-
Notifications
You must be signed in to change notification settings - Fork 79
/
NAMESPACE
106 lines (105 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
S3method(plot,itemGAM)
S3method(print,mirt_df)
S3method(print,mirt_list)
S3method(print,mirt_matrix)
export(DIF)
export(DRF)
export(DTF)
export(M2)
export(MDIFF)
export(MDISC)
export(PLCI.mirt)
export(RCI)
export(RMSD_DIF)
export(SIBTEST)
export(areainfo)
export(averageMI)
export(bfactor)
export(boot.LR)
export(boot.mirt)
export(createGroup)
export(createItem)
export(draw_parameters)
export(empirical_ES)
export(empirical_plot)
export(empirical_rxx)
export(estfun.AllModelClass)
export(expand.table)
export(expected.item)
export(expected.test)
export(extract.group)
export(extract.item)
export(extract.mirt)
export(fixedCalib)
export(fixef)
export(fscores)
export(gen.difficulty)
export(imputeMissing)
export(itemGAM)
export(itemfit)
export(iteminfo)
export(itemplot)
export(itemstats)
export(key2binary)
export(lagrange)
export(likert2int)
export(marginal_rxx)
export(mdirt)
export(mirt)
export(mirt.model)
export(mirtCluster)
export(mixedmirt)
export(mod2values)
export(multipleGroup)
export(numerical_deriv)
export(personfit)
export(poly2dich)
export(probtrace)
export(randef)
export(read.mirt)
export(remap.distance)
export(reverse.score)
export(secondOrderTest)
export(simdata)
export(testinfo)
export(thetaComb)
export(traditional2mirt)
export(wald)
exportClasses(DiscreteClass)
exportClasses(MixedClass)
exportClasses(MixtureClass)
exportClasses(MultipleGroupClass)
exportClasses(SingleGroupClass)
exportMethods(anova)
exportMethods(coef)
exportMethods(logLik)
exportMethods(plot)
exportMethods(residuals)
exportMethods(summary)
exportMethods(vcov)
import(GPArotation)
import(Rcpp)
import(dcurver)
import(lattice)
import(methods)
import(mgcv)
import(pbapply)
import(splines)
import(stats)
import(stats4)
import(vegan)
importFrom(Deriv,Deriv)
importFrom(SimDesign,manageWarnings)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,symbols)
importFrom(gridExtra,grid.arrange)
importFrom(utils,capture.output)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,write.table)
useDynLib(mirt)