-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
103 lines (102 loc) · 2.52 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
S3method(gof.test,NpdeObject)
S3method(gof.test,NpdeRes)
S3method(gof.test,numeric)
S3method(plot,NpdeData)
S3method(plot,NpdeObject)
S3method(plot,NpdeRes)
S3method(print,NpdeData)
S3method(print,NpdeObject)
S3method(print,NpdeRes)
S3method(print,NpdeSimData)
S3method(set.plotoptions,NpdeData)
S3method(set.plotoptions,NpdeObject)
S3method(showall,NpdeData)
S3method(showall,NpdeObject)
S3method(showall,NpdeRes)
S3method(showall,default)
S3method(subset,NpdeData)
S3method(subset,NpdeObject)
S3method(summary,NpdeData)
S3method(summary,NpdeObject)
S3method(summary,NpdeRes)
export(autonpde)
export(check.control.options)
export(dist.pred.sim)
export(gof.test)
export(kurtosis)
export(npde)
export(npde.graphs)
export(npde.plot.covariates)
export(npde.plot.data)
export(npde.plot.default)
export(npde.plot.dist)
export(npde.plot.loq)
export(npde.plot.npde)
export(npde.plot.pd)
export(npde.plot.select)
export(npde.plot.vpc)
export(npde.save)
export(npdeControl)
export(npdeData)
export(npdeSimData)
export(printgoftest)
export(replace.control.options)
export(set.plotoptions)
export(showall)
export(skewness)
exportClasses(NpdeData)
exportClasses(NpdeObject)
exportClasses(NpdeRes)
exportClasses(NpdeSimData)
exportMethods("[")
exportMethods("[<-")
exportMethods(read)
exportMethods(show)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,postscript)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(mclust,Mclust)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,complete.cases)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,kruskal.test)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,pchisq)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,spline)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,read.table)
importFrom(utils,write.table)