-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
54 lines (53 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ageChildren)
S3method(plot,ageHeaping)
S3method(plot,digitPreference)
S3method(print,ageChildren)
S3method(print,ageHeaping)
S3method(print,ageRatioTest)
S3method(print,digitPreference)
S3method(print,greensIndex)
S3method(print,sexRatioTest)
S3method(print,skewKurt)
export(ageChildren)
export(ageHeaping)
export(ageRatioTest)
export(boxText)
export(digitPreference)
export(fullTable)
export(greensIndex)
export(histNormal)
export(national.SMART)
export(outliersMD)
export(outliersUV)
export(pyramid.plot)
export(qqNormalPlot)
export(sexRatioTest)
export(skewKurt)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(stats,IQR)
importFrom(stats,chisq.test)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,mahalanobis)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,prop.test)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(withr,local_par)