-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (53 loc) · 1.28 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
useDynLib(mokken, .registration = TRUE, .fixes="C_")
export(
aisp,
coefH,
coefZ,
check.bounds,
check.ca,
check.errors,
check.monotonicity,
check.norms,
check.iio,
check.pmatrix,
check.reliability,
check.restscore,
ICC,
MLcoefH,
MLweight,
recode,
twoway
)
# used internally - not intended to be visible to users
# all.patterns
# check.data
# complete.observed.frequencies
# direct.sum
# dphi
# MLweight
# phi
# plot.monotonicity.class,
# plot.pmatrix.class,
# plot.restscore.class,
# search.normal
# search.extended
# search.ga
# string2integer
# summary.monotonicity.class,
# summary.pmatrix.class,
# summary.restscore.class
# weights
importFrom(graphics, plot)
importFrom("graphics", "axis", "layout", "lines", "par", "polygon", "title")
importFrom("stats", "as.formula", "cor", "cov", "aggregate", "median", "pchisq", "pnorm", "qnorm", "quantile", "rnorm", "runif", "sd", "t.test", "var")
importFrom("grDevices", "col2rgb", "rgb")
importFrom("utils", "combn", "flush.console")
import(poLCA)
S3method(summary, "monotonicity.class")
S3method(summary, "pmatrix.class")
S3method(summary, "restscore.class")
S3method(summary, "iio.class")
S3method(plot, "monotonicity.class")
S3method(plot, "pmatrix.class")
S3method(plot, "restscore.class")
S3method(plot, "iio.class")