-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
28 lines (28 loc) · 887 Bytes
/
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
import(jaspBase)
export(ABTestBayesian)
export(BinomialTest)
export(BinomialTestBayesian)
export(MultinomialTest)
export(MultinomialTestBayesian)
export(InformedMultinomialTestBayesianInternal)
export(InformedBinomialTestBayesianInternal)
export(ContingencyTables)
export(ContingencyTablesBayesian)
export(RegressionLogLinear)
export(RegressionLogLinearBayesian)
export(ABTestBayesianInternal)
export(BinomialTestInternal)
export(BinomialTestBayesianInternal)
export(MultinomialTestInternal)
export(MultinomialTestBayesianInternal)
export(ContingencyTablesInternal)
export(ContingencyTablesBayesianInternal)
export(RegressionLogLinearInternal)
export(RegressionLogLinearBayesianInternal)
export(InformedMultinomialTestBayesian)
export(InformedBinomialTestBayesian)
export(.bayesBinomialTest)
export(.dfPointsPP)
export(.dfLinesPP)
export(.credibleIntervalPlusMedian)
export(.abTestMain)