-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
71 lines (70 loc) · 2.08 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
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
S3method(converge_it,merMod)
S3method(count_grps,brmsfit)
S3method(count_grps,default)
S3method(count_grps,gam)
S3method(count_grps,glmmTMB)
S3method(count_grps,lme)
S3method(count_grps,merMod)
S3method(count_grps,stanmvreg)
S3method(count_grps,stanreg)
S3method(extract_cor_structure,brmsfit)
S3method(extract_cor_structure,glmmTMB)
S3method(extract_cor_structure,lme)
S3method(extract_fixed_effects,brmsfit)
S3method(extract_fixed_effects,gam)
S3method(extract_fixed_effects,glmmTMB)
S3method(extract_fixed_effects,lme)
S3method(extract_fixed_effects,merMod)
S3method(extract_fixed_effects,stanreg)
S3method(extract_het_var,brmsfit)
S3method(extract_het_var,glmmTMB)
S3method(extract_het_var,lme)
S3method(extract_random_coefs,brmsfit)
S3method(extract_random_coefs,gam)
S3method(extract_random_coefs,glmmTMB)
S3method(extract_random_coefs,lme)
S3method(extract_random_coefs,merMod)
S3method(extract_random_coefs,stanreg)
S3method(extract_random_effects,brmsfit)
S3method(extract_random_effects,gam)
S3method(extract_random_effects,glmmTMB)
S3method(extract_random_effects,lme)
S3method(extract_random_effects,merMod)
S3method(extract_random_effects,stanreg)
S3method(extract_vc,brmsfit)
S3method(extract_vc,gam)
S3method(extract_vc,glmmTMB)
S3method(extract_vc,lme)
S3method(extract_vc,merMod)
S3method(extract_vc,stanreg)
export(converge_it)
export(count_grps)
export(extract_VarCorr)
export(extract_coef)
export(extract_cor_structure)
export(extract_fixed_effects)
export(extract_fixef)
export(extract_het_var)
export(extract_model_data)
export(extract_random_coefficients)
export(extract_random_coefs)
export(extract_random_effects)
export(extract_ranef)
export(extract_variance_components)
export(extract_vc)
export(find_typical)
export(summarise_model)
export(summarize_model)
importFrom(dplyr,"%>%")
importFrom(dplyr,rename_all)
importFrom(purrr,is_empty)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,fitted)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,update)
importFrom(stats,vcov)