-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
122 lines (115 loc) · 3.12 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
import(stats)
import(jomo)
import(pan)
importFrom(graphics, abline, layout, par, plot, plot.new, axTicks, axis, lines, text, title)
importFrom(grDevices, dev.new, dev.off, devAskNewPage)
importFrom(methods, slot)
importFrom(utils, flush.console, tail, write.table)
export(panImpute,
jomoImpute,
mitmlComplete,
clusterMeans,
plot.mitml,
read.mitml,
summary.mitml,
multilevelR2,
testEstimates,
testModels,
testConstraints,
with.mitml.list,
within.mitml.list,
long2mitml.list,
jomo2mitml.list,
mids2mitml.list,
mitml.list2mids,
amelia2mitml.list,
as.mitml.list,
is.mitml.list,
c.mitml.list,
cbind.mitml.list,
rbind.mitml.list,
sort.mitml.list,
subset.mitml.list,
anova.mitml.result,
confint.mitml.testEstimates,
write.mitml,
write.mitmlMplus,
write.mitmlSAV,
write.mitmlSPSS
)
S3method(c, mitml.list)
S3method(cbind, mitml.list)
S3method(rbind, mitml.list)
S3method(sort, mitml.list)
S3method(subset, mitml.list)
S3method(with, mitml.list)
S3method(within, mitml.list)
S3method(plot, mitml)
S3method(anova, mitml.result)
S3method(coef, mitml.testEstimates)
S3method(vcov, mitml.testEstimates)
S3method(confint, mitml.testEstimates)
S3method(print, mitml)
S3method(print, mitml.summary)
S3method(print, mitml.testEstimates)
S3method(print, mitml.testModels)
S3method(print, mitml.testConstraints)
S3method(print, mitml.anova)
S3method(summary, mitml)
S3method(summary, mitml.testEstimates)
S3method(summary, mitml.testModels)
S3method(summary, mitml.testConstraints)
S3method(.getCoef, default)
S3method(.getCoef, merMod)
S3method(.getCoef, lme)
S3method(.getCoef, glmmTMB)
S3method(.getCoef, lavaan)
S3method(.getCoef, coxph.null)
S3method(.getCoef, polr)
S3method(.getVcov, default)
S3method(.getVcov, glmmTMB)
S3method(.getVcov, lavaan)
S3method(.getVcov, coxph.null)
S3method(.getMisc, default)
S3method(.getMisc, lm)
S3method(.getMisc, glm)
S3method(.getMisc, merMod)
S3method(.getMisc, lme)
S3method(.getMisc, glmmTMB)
S3method(.getMisc, geeglm)
S3method(.getMisc, lavaan)
S3method(.getLL, default)
S3method(.getLL, geeglm)
S3method(.getLL, lavaan)
S3method(.getArgsLL, default)
S3method(.getArgsLL, lm)
S3method(.getArgsLL, glm)
S3method(.getArgsLL, geeglm)
S3method(.getArgsLL, lmerMod)
S3method(.getArgsLL, lme)
S3method(.getArgsLL, lavaan)
S3method(.getUserLL, default)
S3method(.getUserLL, lm)
S3method(.getUserLL, lmerMod)
S3method(.getUserLL, lme)
S3method(.getUserLL, lavaan)
S3method(.getDataLL, default)
S3method(.getDataLL, lme)
S3method(.getDataLL, gls)
S3method(.getDataLL, lavaan)
S3method(.updateStackedLL, default)
S3method(.updateStackedLL, merMod)
S3method(.updateStackedLL, lme)
S3method(.updateStackedLL, gls)
S3method(.updateStackedLL, lavaan)
S3method(.checkREML, default)
S3method(.checkREML, merMod)
S3method(.checkREML, lme)
S3method(.updateML, default)
S3method(.updateML, merMod)
S3method(.updateML, lme)
S3method(.getDFs, default)
S3method(.getDFs, lavaan)
S3method(.getFormula, default)
S3method(.getFormula, lme)
S3method(.getFormula, lavaan)