-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 1.43 KB
/
NAMESPACE
File metadata and controls
61 lines (60 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
export(iscamaddexp)
export(iscamaddlnorm)
export(iscamaddnorm)
export(iscamaddt)
export(iscamaddtnorm)
export(iscambinomnorm)
export(iscambinompower)
export(iscambinomprob)
export(iscambinomtest)
export(iscamboxplot)
export(iscamchisqprob)
export(iscamdotplot)
export(iscamhypernorm)
export(iscamhyperprob)
export(iscaminvbinom)
export(iscaminvnorm)
export(iscaminvt)
export(iscamnormpower)
export(iscamnormprob)
export(iscamonepropztest)
export(iscamonesamplet)
export(iscamsummary)
export(iscamtprob)
export(iscamtwopropztest)
export(iscamtwosamplet)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,bxp)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,stripchart)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,dbinom)
importFrom(stats,dchisq)
importFrom(stats,dexp)
importFrom(stats,dhyper)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,median)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,phyper)
importFrom(stats,pnorm)
importFrom(stats,prop.test)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,qbinom)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,sd)