forked from philchalmers/mirt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (42 loc) · 851 Bytes
/
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
S3method(print,wald)
export(bfactor)
export(boot.mirt)
export(calcLogLik)
export(confmirt)
export(confmirt.model)
export(createItem)
export(expand.table)
export(extract.item)
export(fitIndices)
export(fscores)
export(imputeMissing)
export(itemfit)
export(iteminfo)
export(itemplot)
export(key2binary)
export(mirt)
export(mixedmirt)
export(mod2values)
export(multipleGroup)
export(personfit)
export(polymirt)
export(probtrace)
export(read.mirt)
export(simdata)
export(testinfo)
export(wald)
exportClasses(ConfirmatoryClass)
exportClasses(ExploratoryClass)
exportClasses(MixedClass)
exportClasses(MultipleGroupClass)
exportMethods(anova)
exportMethods(fitted)
exportMethods(residuals)
exportMethods(summary)
import(GPArotation)
import(lattice)
import(mvtnorm)
importFrom(stats,anova)
importFrom(stats,fitted)
importFrom(stats,residuals)
useDynLib(mirt)