forked from amices/mice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
175 lines (174 loc) · 3.94 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# Generated by roxygen2: do not edit by hand
S3method(bwplot,mads)
S3method(bwplot,mids)
S3method(cbind,mids)
S3method(cc,data.frame)
S3method(cc,default)
S3method(cc,matrix)
S3method(cc,mids)
S3method(cci,default)
S3method(cci,mids)
S3method(densityplot,mids)
S3method(ic,data.frame)
S3method(ic,default)
S3method(ic,matrix)
S3method(ic,mids)
S3method(ici,default)
S3method(ici,mids)
S3method(plot,mids)
S3method(print,mads)
S3method(print,mids)
S3method(print,mipo)
S3method(print,mira)
S3method(rbind,mids)
S3method(stripplot,mids)
S3method(summary,mads)
S3method(summary,mids)
S3method(summary,mipo)
S3method(summary,mira)
S3method(with,mids)
S3method(xyplot,mads)
S3method(xyplot,mids)
export(.norm.draw)
export(.pmm.match)
export(ampute)
export(ampute.continuous)
export(ampute.default.freq)
export(ampute.default.odds)
export(ampute.default.patterns)
export(ampute.default.type)
export(ampute.default.weights)
export(ampute.discrete)
export(ampute.mcar)
export(appendbreak)
export(as.mids)
export(as.mira)
export(cc)
export(cci)
export(complete)
export(extractBS)
export(fico)
export(flux)
export(fluxplot)
export(getfit)
export(glm.mids)
export(ibind)
export(ic)
export(ici)
export(is.mads)
export(is.mids)
export(is.mipo)
export(is.mira)
export(lm.mids)
export(md.pairs)
export(md.pattern)
export(mdc)
export(mice)
export(mice.impute.2l.norm)
export(mice.impute.2l.pan)
export(mice.impute.2lonly.mean)
export(mice.impute.2lonly.norm)
export(mice.impute.2lonly.pmm)
export(mice.impute.cart)
export(mice.impute.fastpmm)
export(mice.impute.lda)
export(mice.impute.logreg)
export(mice.impute.logreg.boot)
export(mice.impute.mean)
export(mice.impute.midastouch)
export(mice.impute.norm)
export(mice.impute.norm.boot)
export(mice.impute.norm.nob)
export(mice.impute.norm.predict)
export(mice.impute.passive)
export(mice.impute.pmm)
export(mice.impute.polr)
export(mice.impute.polyreg)
export(mice.impute.quadratic)
export(mice.impute.rf)
export(mice.impute.ri)
export(mice.impute.sample)
export(mice.mids)
export(mice.theme)
export(mids2mplus)
export(mids2spss)
export(ncc)
export(nelsonaalen)
export(nic)
export(norm.draw)
export(pool)
export(pool.compare)
export(pool.r.squared)
export(pool.scalar)
export(quickpred)
export(squeeze)
export(supports.transparent)
export(version)
exportClasses(mads)
exportClasses(mids)
exportClasses(mipo)
exportClasses(mira)
import(methods)
importFrom(MASS,eqscplot)
importFrom(MASS,lda)
importFrom(MASS,mvrnorm)
importFrom(MASS,polr)
importFrom(MASS,truehist)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,dev.capabilities)
importFrom(grDevices,hcl)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(lattice,bwplot)
importFrom(lattice,densityplot)
importFrom(lattice,stripplot)
importFrom(lattice,xyplot)
importFrom(nnet,multinom)
importFrom(nnet,nnet)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(splines,bs)
importFrom(stats,C)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,contr.treatment)
importFrom(stats,cor)
importFrom(stats,df.residual)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.exclude)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rchisq)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,summary.glm)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(survival,Surv)
importFrom(survival,basehaz)
importFrom(survival,coxph)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,methods)
importFrom(utils,packageDescription)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(mice)