-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
172 lines (134 loc) · 4.09 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
useDynLib(TAM)
########################################################
################ EXPORTS ##############################
export(designMatrices, .A.matrix, designMatrices.mfr,
tam.fit,
tam.jml,
tam.mml.fit ,
tam.jml.WLE,
tam.jml2,
tam.pv,
tam, tam.mml, tam.mml.2pl, tam.mml.mfr,
tam.se, tam.wle , .A.PCM2 , .A.PCM3 ,
tam.threshold , tam ,
tam.ctt , tam.mml.wle , tam.mml.wle2 ,
tam.ctt2 , tam.fa ,
plotDevianceTAM , tam.ctt3 , tam.mml.3pl ,
designMatrices.mfr2 ,
tam.modelfit ,
plotctt ,
lavaanify.IRT ,
tamaan ,
tamaanify ,
doparse,
tampv2datalist,
tam.latreg ,
cfa.extract.itempars,
IRTLikelihood.cfa ,
tam.modelfit.IRT ,
tam.modelfit.args ,
msq.itemfit ,
IRT.linearCFA ,
IRT.threshold ,
IRT.WrightMap
)
# internal functions; not intended to be visible to users
# export(calc_exp_TK, calc_posterior.v2, calc_prob.v5,
# mstep.regression, Mstep_slope, Mstep_slope.v2,
# print.designMatrices, resp.pattern3, rowcumsums, rowMaxs,
# stud_prior.v2, tam.jml.xsi, tam.jml.xsi2, theta.sq)
###########################################
############ S3 methods ###################
#### anova
S3method(anova, tam.mml )
S3method(anova, tam )
S3method(anova, tam.mml.3pl)
S3method(anova, tamaan)
S3method(anova, tam.latreg)
#### logLik
S3method(logLik, tam.mml )
S3method(logLik, tam )
S3method(logLik, tam.mml.3pl)
S3method(logLik, tamaan )
S3method(logLik, tam.latreg )
#### plot
S3method( plot , tam )
S3method( plot , tam.mml )
S3method( plot , tam.jml )
#### predict
S3method(predict, tam.mml )
S3method(predict, tam.mml.3pl )
S3method(predict, tamaan )
#### print
S3method(print, IRT.threshold)
#### summary
S3method(summary, tam )
S3method(summary, tam.mml )
S3method(summary, tam.mml.3pl )
S3method(summary, tam.modelfit )
S3method(summary, tam.jml )
S3method(summary, tamaan )
S3method(summary, tam.latreg )
S3method(summary, tam.fit )
S3method(summary, IRT.modelfit.tam.mml )
S3method(summary, IRT.modelfit.tam.mml.3pl )
S3method(summary, IRT.modelfit.tamaan )
S3method(summary, IRT.linearCFA)
########################################
###### S3 methods IRT.xx ###############
#### IRT.data
S3method(IRT.data, tam.mml )
S3method(IRT.data, tam.mml.3pl)
S3method(IRT.data, tamaan )
#### IRT.expectedCounts
S3method(IRT.expectedCounts, tam.mml )
S3method(IRT.expectedCounts, tam )
S3method(IRT.expectedCounts, tam.mml.3pl)
S3method(IRT.expectedCounts, tamaan )
#### IRT.factor.scores
S3method(IRT.factor.scores, tam.mml )
S3method(IRT.factor.scores, tam )
S3method(IRT.factor.scores, tam.mml.3pl)
S3method(IRT.factor.scores, tamaan )
#### IRT.irfprob
S3method(IRT.irfprob, tam.mml )
S3method(IRT.irfprob, tam )
S3method(IRT.irfprob, tam.mml.3pl)
S3method(IRT.irfprob, tamaan )
#### IRT.likelihood
S3method(IRT.likelihood, tam.mml )
S3method(IRT.likelihood, tam )
S3method(IRT.likelihood, tam.mml.3pl)
S3method(IRT.likelihood, tamaan )
S3method(IRT.likelihood, tam.latreg )
#### IRT.modelfit
S3method(IRT.modelfit, tam.mml )
S3method(IRT.modelfit, tam.mml.3pl)
S3method(IRT.modelfit, tamaan )
#### IRT.posterior
S3method(IRT.posterior, tam.mml )
S3method(IRT.posterior, tam )
S3method(IRT.posterior, tam.mml.3pl)
S3method(IRT.posterior, tamaan)
S3method(IRT.posterior, tam.latreg)
#### IRT.WrightMap
S3method(IRT.WrightMap, tam.mml )
S3method(IRT.WrightMap, tamaan)
S3method(IRT.WrightMap, IRT.threshold)
######################################################
############### IMPORTS ##############################
import(mvtnorm)
import(tensor)
import(MASS)
import(GPArotation)
importFrom( sfsmisc , QUnif )
importFrom( psych , schmid )
importFrom( Rcpp , evalCpp )
import(CDM)
import(lattice)
import(mirt)
import(lavaan)
importFrom(utils,packageDescription)
importFrom(msm,dtnorm)
importFrom(msm,rtnorm)
importFrom(WrightMap,wrightMap)