-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.57 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
S3method(augment,jglmm)
S3method(deviance,jglmm)
S3method(extractAIC,jglmm)
S3method(fitted,jglmm)
S3method(fixef,jglmm)
S3method(glance,jglmm)
S3method(hatvalues,jglmm)
S3method(logLik,jglmm)
S3method(nobs,jglmm)
S3method(predict,jglmm)
S3method(print,jglmm)
S3method(ranef,jglmm)
S3method(sigma,jglmm)
S3method(simulate,jglmm)
S3method(summary,jglmm)
S3method(tidy,jglmm)
S3method(vcov,jglmm)
export(jglmm)
export(jglmm_setup)
importFrom(JuliaCall,julia_assign)
importFrom(JuliaCall,julia_command)
importFrom(JuliaCall,julia_eval)
importFrom(JuliaCall,julia_library)
importFrom(JuliaCall,julia_setup)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(glue,glue)
importFrom(lme4,fixef)
importFrom(lme4,ranef)
importFrom(purrr,map)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_df)
importFrom(purrr,map_df)
importFrom(rlang,.data)
importFrom(rlang,set_names)
importFrom(stats,deviance)
importFrom(stats,extractAIC)
importFrom(stats,fitted)
importFrom(stats,hatvalues)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,sigma)
importFrom(stats,simulate)
importFrom(stats,vcov)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unite)