-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
74 lines (64 loc) · 2.56 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
importFrom("grDevices", "col2rgb", "grey.colors", "hsv", "rgb2hsv")
importFrom("graphics", "abline", "axis", "barplot", "box", "legend",
"lines", "mtext", "par", "plot.new", "plot.window", "rect",
"segments", "text", "title", "xinch", "yinch")
importFrom("stats", "optim", "pchisq", "pnorm", "qbeta", "qnorm", "as.formula")
importFrom("utils", "assignInMyNamespace", "read.csv")
#importFrom("lattice", "barchart")
importFrom("methods","is")
importFrom("einsum","einsum")
importFrom("graphics", "points", "symbols")
importFrom("stats", "contrasts", "na.omit")
importFrom("utils", "combn")
export(calcDDTable, calcDDFrame,
gradedResponse, calcDPCTable, partialCredit, calcDPCFrame,
effectiveThetas, calcDSTable, calcDSFrame, eThetaFrame,
calcDNTable, calcDNFrame, normalLink,
Compensatory, Conjunctive, Disjunctive,
OffsetConjunctive, OffsetDisjunctive,
getOffsetRules, setOffsetRules, isOffsetRule,
defaultAlphas, defaultBetas,
dataTable, calcDSllike, calcDNllike,
mapDPC,
calcNoisyAndTable, calcNoisyAndFrame,
calcNoisyOrTable, calcNoisyOrFrame)
export(rescaleTable, normalizeTable, scaleMatrix,
structMatrix, mcSearch, buildParentList,
pvecToCutpoints, pvecToMidpoints, numericPart, factorPart,
getTableParents,getTableStates, scaleTable,
areaProbs, buildRegressions, buildRegressionTables,
as.CPA, is.CPA, as.CPF, is.CPF,
normalize.matrix,
normalize, normalize.array, normalize.data.frame,
normalize.CPA, normalize.default,
normalize.CPF)
S3method(normalize,data.frame)
S3method(normalize,array)
S3method(normalize,matrix)
S3method(normalize,CPF)
S3method(normalize,CPA)
S3method(normalize,table)
S3method(normalize,default)
## From WOE package
export(betaci, proflevelci, barchart.CPF,
stackedBarplot, compareBars, stackedBars, compareBars2,
colorspread, OCP, OCP2, OCP.CPF, OCP2.CPF,
cptChi2, cptG2, cptKL,
buildFactorTab, build2FactorTab, buildMarginTab,
marginTab,parseProbVec, readHistory,
mutualInformation, ciTest, localDepTest,
ewoe.CPF,
woeBal, woeHist, EAPBal,
accuracy, fcKappa, gkLambda, gkGamma)
export(isMonotonic,
isIncreasing, isDecreasing,
isNondecreasing, isNonincreasing)
S3method(normalize, array)
S3method(normalize, data.frame)
S3method(normalize, CPA)
S3method(normalize, CPF)
S3method(normalize, default)
S3method(normalize, matrix)
#export(calcLearnForget)
export(pvecTable,catTable,expTable)
export(simplex_vertex_projection,plotsimplex)