-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNAMESPACE
More file actions
75 lines (66 loc) · 1.97 KB
/
NAMESPACE
File metadata and controls
75 lines (66 loc) · 1.97 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
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
export(getData)
export(getCorrelationCoefficient)
export(getBiserialCorrelationCoefficient)
export(getLinearModelCoefficients)
export(getStandardError)
export(subsetDataByLevelsOfVariable)
export(performTTest)
export(performOneWayANOVA)
export(performOneWayRepeatedMeasuresANOVA)
export(performTwoWayANOVA)
export(performMixedDesignANOVA)
export(performWelchANOVA)
export(performFriedmanTest)
export(performKruskalWallisTest)
export(performWilcoxonTest)
export(performMannWhitneyTest)
export(performHomoscedasticityTest)
export(performShapiroWilkTest)
export(performShapiroWilkTestForMultipleDistributions)
export(performMultipleRegression)
export(performTukeyHSDTest)
export(performPairwiseTTest)
export(pairwise.t.test.with.t)
export(pairwise.table.t)
export(performPairwiseWilcoxTest)
export(pairwise.wilcox.test.with.statistic)
export(pairwise.table.with.statistic)
export(applyTransform)
export(findTransformForDependentVariables)
export(findTransformForNormality)
export(findTransformForHomogeneity)
export(findInteractionEffect)
export(findError)
export(writeToFile)
export(getVariableNames)
export(loadFile)
export(levene.test)
export(smd)
export(etaSquared)
export(performMixedEffectsANOVA)
export(performNWayANOVA)
export(getCombinations)
export(toFormulaString)
export(getOptimalNumberOfBins)
export(drawQQPlot)
export(drawResidualPlot)
export(performAlignedRankTransform)
export(matchedIndicesByColVal)
export(estimatedEffect)
export(powerSet)
export(getPairwiseCombinations)
export(performPairwiseTTestsWithBonfCorrection)
export(performPairwiseWilcoxTestsWithBonfCorrection)
export(parseStringToDataFrame)
export(DTKTest)
export(pValueTukey)
export(checkForDataTransformationsToSatisfyNormality)
export(checkForDataTransformationsToSatisfyHomoscedasticity)
export(leveneTest)
export(leveneTest.default)
export(leveneTest.formula)
export(leveneTest.lm)
export(findLinearSimpleMainEffect)
export(findMixedSimpleMainEffect)
export(findConfidenceIntervalOfSD)
export(getConfidenceIntervalForSDs)