-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export(Yule)
export(alpha.c)
export(alpha.cronbach)
export(an.parallel)
export(biserial.cor)
export(gutt)
export(individual.traits)
export(information)
export(irtpp)
export(irtpp.model)
export(model.transform)
export(normalize)
export(orlando_itemf)
export(parameter.list)
export(parameter.matrix)
export(pattern.expand)
export(phi)
export(plotenvelope)
export(polyserial.cor)
export(prob.2pl)
export(prob.3pl)
export(probability.1pl)
export(probability.2pl)
export(probability.3pl)
export(rtnorm)
export(simulateItemParameters)
export(simulateTest)
export(simulateTest.file)
export(simulateTestMD)
export(test.plot)
export(z3_itemf)
export(z3_personf)
importFrom(FactoMineR,PCA)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,sourceCpp)
importFrom(mvtnorm,rmvnorm)
importFrom(numDeriv,hessian)
importFrom("graphics", "abline", "legend", "lines", "par", "plot","plot.default", "points", "text")
importFrom("stats", "aggregate", "complete.cases", "cor", "cov","dnorm", "integrate", "na.exclude", "pchisq", "plogis","qlogis", "qnorm", "quantile", "rexp", "rlnorm", "rnorm","runif", "sd", "var")
importFrom("utils", "head", "read.table", "write.table")
useDynLib(IRTpp)