-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
146 lines (145 loc) · 3.29 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Generated by roxygen2: do not edit by hand
S3method("+",jaspPlotWrapper)
S3method("[[",jaspContainerR)
S3method("[[",jaspTableR)
S3method("[[",renvInstallHookOverride)
S3method("[[<-",jaspContainerR)
S3method("[[<-",jaspTableR)
S3method(.RCodeInOptionsIsOk,default)
S3method(.RCodeInOptionsIsOk,list)
S3method(as.data.frame,mixed)
S3method(decodeplot,"function")
S3method(decodeplot,gDesc)
S3method(decodeplot,gTree)
S3method(decodeplot,gg)
S3method(decodeplot,grob)
S3method(decodeplot,gtable)
S3method(decodeplot,jaspGraphsPlot)
S3method(decodeplot,patchwork)
S3method(decodeplot,qgraph)
S3method(decodeplot,recordedplot)
S3method(format,mixed)
S3method(gsubInteractionSymbol,character)
S3method(gsubInteractionSymbol,list)
S3method(ifElse,character)
S3method(ifElse,factor)
S3method(ifElse,integer)
S3method(ifElse,numeric)
S3method(ifElse,ordered)
S3method(print,jaspObjR)
S3method(replaceNA,character)
S3method(replaceNA,factor)
S3method(replaceNA,numeric)
S3method(replaceNA,ordered)
S3method(zScores,factor)
S3method(zScores,numeric)
export("%setOrRetrieve%")
export("%|%")
export(.RCodeInOptionsIsOk)
export(.clean)
export(.extractErrorMessage)
export(.fromRCPP)
export(.getSeedJASP)
export(.hasErrors)
export(.messages)
export(.parseAndStoreFormulaOptions)
export(.parseRCodeInOptions)
export(.quitAnalysis)
export(.readDataSetHeader)
export(.readDataSetToEnd)
export(.recodeBFtype)
export(.setSeedJASP)
export(.shortToLong)
export(.suppressGrDevice)
export(.unv)
export(.unvf)
export(.v)
export(.vdf)
export(.vf)
export(BoxCox)
export(VovkSellkeMPR)
export(VovkSellkeMPROneSided)
export(YeoJohnson)
export(addRenvBeforeAfterDispatch)
export(assignFunctionInPackage)
export(betaDist)
export(binomDist)
export(chiSqDist)
export(clean)
export(createColumns)
export(createJaspColumn)
export(createJaspContainer)
export(createJaspHtml)
export(createJaspPlot)
export(createJaspQmlSource)
export(createJaspReport)
export(createJaspState)
export(createJaspTable)
export(createMixedColumn)
export(createMixedRow)
export(decodeColNames)
export(decodeName)
export(encodeColNames)
export(excludeNaListwise)
export(expDist)
export(fDist)
export(fishZ)
export(gammaDist)
export(geomDist)
export(getOS)
export(gsubInteractionSymbol)
export(hasSubstring)
export(ifElse)
export(initEnvironment)
export(installJaspModule)
export(integerDist)
export(interactionSymbol)
export(invBoxCox)
export(invFishZ)
export(invLogit)
export(isRecomputed)
export(isTryError)
export(jaspColumnR)
export(jaspDeps)
export(jaspFormula)
export(jaspFormulaRhs)
export(jaspQmlSourceR)
export(jaspResultsCalledFromJasp)
export(logNormDist)
export(logit)
export(makeJaspFormula)
export(mathExpression)
export(negBinomDist)
export(normalDist)
export(poisDist)
export(powerTransform)
export(progressbarTick)
export(readDataSetByVariableTypes)
export(readDataSetHeader)
export(readDataSetToEnd)
export(replaceNA)
export(rowMax)
export(rowMaxNaRm)
export(rowMean)
export(rowMeanNaRm)
export(rowMedian)
export(rowMedianNaRm)
export(rowMin)
export(rowMinNaRm)
export(rowSD)
export(rowSDNaRm)
export(rowSum)
export(rowSumNaRm)
export(rowVariance)
export(rowVarianceNaRm)
export(runJaspResults)
export(runWrappedAnalysis)
export(startProgressbar)
export(tDist)
export(unifDist)
export(unv)
export(v)
export(weibullDist)
export(zScores)
importFrom(stats,na.omit)
useDynLib(jaspBase, .registration=TRUE)