-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.17 KB
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 1.17 KB
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
import("methods",
"psych",
"digest",
"tools",
"xtable",
"knitr")
export("qmethod",
"qzscores",
"qflag",
"qfcharact",
"q.fnames",
"qdc",
"qdc.zsc",
"import.pqmethod",
"export.pqmethod",
"import.htmlq",
"import.easyhtmlq",
"build.q.set",
"import.q.concourse",
"import.q.sorts",
"import.q.feedback",
"make.cards",
"export.qm",
"make.cards",
"make.distribution",
"qmboots",
"qmb.summary",
"qmb.plot",
"qindtest",
"qpcrustes",
"qfsi",
"qbstep",
"loa.and.flags",
"centroid",
"runInterface")
importFrom("grDevices", "grey", "rainbow", "gray")
importFrom("graphics", "abline", "axis", "dotchart", "points", "legend", "mtext", "segments")
importFrom("stats", "cor", "dnorm", "na.omit", "qnorm", "quantile", "sd", "var", "varimax")
importFrom("utils", "capture.output", "combn", "read.csv", "read.csv2", "read.delim", "read.fwf", "packageVersion")
S3method("plot",
"QmethodRes")
S3method("summary",
"QmethodRes")
S3method("print",
"QmethodRes")