-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
125 lines (124 loc) · 2.88 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
S3method(AIC,ddf)
S3method(coef,ds)
S3method(coef,io)
S3method(coef,io.fi)
S3method(coef,rem)
S3method(coef,rem.fi)
S3method(coef,trial)
S3method(coef,trial.fi)
S3method(ddf,ds)
S3method(ddf,io)
S3method(ddf,io.fi)
S3method(ddf,rem)
S3method(ddf,rem.fi)
S3method(ddf,trial)
S3method(ddf,trial.fi)
S3method(logLik,ddf)
S3method(plot,det.tables)
S3method(plot,ds)
S3method(plot,io)
S3method(plot,io.fi)
S3method(plot,rem)
S3method(plot,rem.fi)
S3method(plot,trial)
S3method(plot,trial.fi)
S3method(predict,ds)
S3method(predict,io)
S3method(predict,io.fi)
S3method(predict,rem)
S3method(predict,rem.fi)
S3method(predict,trial)
S3method(predict,trial.fi)
S3method(print,ddf)
S3method(print,ddf.gof)
S3method(print,det.tables)
S3method(print,dht)
S3method(print,p_dist_table)
S3method(print,summary.ds)
S3method(print,summary.io)
S3method(print,summary.io.fi)
S3method(print,summary.rem)
S3method(print,summary.rem.fi)
S3method(print,summary.trial)
S3method(print,summary.trial.fi)
S3method(summary,ds)
S3method(summary,io)
S3method(summary,io.fi)
S3method(summary,rem)
S3method(summary,rem.fi)
S3method(summary,trial)
S3method(summary,trial.fi)
export(DeltaMethod)
export(add.df.covar.line)
export(add_df_covar_line)
export(assign.par)
export(check.mono)
export(create.bins)
export(create.ddfobj)
export(ddf)
export(ddf.gof)
export(det.tables)
export(detfct)
export(dht)
export(dht.se)
export(p.dist.table)
export(p_dist_table)
export(qqplot.ddf)
export(solvecov)
export(varn)
import(Rsolnp)
import(mgcv)
import(nloptr)
import(optimx)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,dev.new)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(graphics,title)
importFrom(methods,is)
importFrom(numDeriv,grad)
importFrom(numDeriv,hessian)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,optimHess)
importFrom(stats,pchisq)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)