-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·78 lines (73 loc) · 1.67 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
import(shiny)
import(venn)
import(admisc)
import(declared)
importFrom("utils", "packageDescription", "capture.output", "data", "loadhistory", "savehistory", "tail")
importFrom("stats", "glm", "predict", "quasibinomial", "binom.test", "cutree", "dist", "hclust", "na.omit", "dbinom", "setNames")
importFrom("grDevices", "dev.cur", "dev.new", "dev.list")
importFrom("graphics", "abline", "axis", "box", "mtext", "par", "title", "text")
importFrom("methods", "is")
importFrom("lpSolve", "lp")
useDynLib(QCA, .registration = TRUE)
export(.onAttach,
allExpressions,
as.panel,
calibrate,
causalChain,
combint,
complexity,
createMatrix,
eqmcc,
findmin,
findRows,
findSubsets,
findSupersets,
findTh,
fuzzyand,
fuzzyor,
generate,
getRow,
makeChart,
minimize,
minimizeLoop,
modelFit,
pof,
pofind,
rebuild,
removeRedundants,
replaceCategories,
retention,
runGUI,
solveChart,
superSubset,
truthTable,
verify.data,
verify.dir.exp,
verify.minimize,
verify.inf.test,
verify.qca,
verify.mqca,
verify.tt,
Xplot,
XYplot,
nec,
suf,
getSolution,
rowDominance,
sortMatrix,
sortVector,
writeSolution,
mvregexp
)
S3method(print, "QCA_aE")
S3method(print, "QCA_chain")
S3method(print, "QCA_findmin")
S3method(print, "QCA_fuzzy")
S3method(print, "QCA_loopmin")
S3method(print, "QCA_min")
S3method(print, "QCA_modelFit")
S3method(print, "QCA_panel")
S3method(print, "QCA_pic")
S3method(print, "QCA_pof")
S3method(print, "QCA_sS")
S3method(print, "QCA_tt")