-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(AnsariBradley)
export(CDF)
export(ChiSquare)
export(ContingencyTableTest)
export(Correlation)
export(Difference)
export(Friedman)
export(JonckheereTerpstra)
export(KolmogorovSmirnov)
export(KruskalWallis)
export(OneWay)
export(Page)
export(PairedDifference)
export(Quantile)
export(RCBDOneWay)
export(RatioMeanDeviance)
export(ScoreSum)
export(SiegelTukey)
export(Sign)
export(Studentized)
export(Wilcoxon)
export(define_pmt)
export(pmt)
export(pmts)
importFrom(R6,R6Class)
importFrom(Rcpp,cppFunction)
importFrom(Rcpp,evalCpp)
importFrom(compiler,cmpfun)
importFrom(graphics,abline)
importFrom(graphics,hist.default)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(stats,dbinom)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,plot.stepfun)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,ptukey)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,stepfun)
useDynLib(LearnNonparam, .registration = TRUE)