forked from jpritikin/rpf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (50 loc) · 1.37 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
import(methods)
import(parallel)
importFrom("stats", "integrate", "na.omit", "pchisq", "rbeta",
"rlnorm", "rnorm", "runif", "uniroot")
importFrom("utils", "count.fields", "read.delim")
exportClassPattern("^rpf.+")
exportMethods(rpf.logprob)
exportMethods(rpf.prob)
exportMethods(rpf.rparam)
exportPattern("^rpf.+")
export(read.flexmirt)
export(write.flexmirt)
export(chen.thissen.1997) # old name
export(ChenThissen1997)
export(ordinal.gamma)
export(ptw2011.gof.test)
export(logit)
export(sumScoreEAP)
export(crosstabTest)
export(SitemFit)
export(SitemFit1)
export(observedSumScore)
export(itemOutcomeBySumScore)
export(orderCompletely)
export(tabulateRows)
export(expandDataFrame)
export(compressDataFrame)
export(multinomialFit)
export(EAPscores)
export(as.IFAgroup)
export(stripData)
export(sumScoreEAPTest)
export(bestToOmit)
export(omitItems)
export(omitMostMissing)
export(toFactorLoading)
export(fromFactorLoading)
export(toFactorThreshold)
export(fromFactorThreshold)
export(collapseCategoricalCells)
S3method(print, summary.ChenThissen1997)
S3method("+", summary.ChenThissen1997)
S3method(print, summary.SitemFit)
S3method("+", summary.SitemFit)
S3method(print, summary.sumScoreEAPTest)
S3method("+", summary.sumScoreEAPTest)
S3method(print, summary.itemOutcomeBySumScore)
S3method(print, summary.observedSumScore)
S3method(print, summary.multinomialFit)
useDynLib(rpf, .registration = TRUE)