forked from amices/mice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (88 loc) · 1.85 KB
/
NAMESPACE
File metadata and controls
88 lines (88 loc) · 1.85 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
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
export(appendbreak)
export(as.mira)
export(cbind.mids)
export(ccn)
exportClasses(mids)
exportClasses(mipo)
exportClasses(mira)
export(complete)
export(extractBS)
export(fico)
export(flux)
export(fluxplot)
export(getfit)
export(glm.mids)
export(ibind)
export(icn)
export(is.mids)
export(is.mipo)
export(is.mira)
export(lm.mids)
export(mdc)
export(md.pairs)
export(md.pattern)
exportMethods(cc)
exportMethods(cci)
exportMethods(ic)
exportMethods(ici)
export(mice)
export(mice.impute.2l.norm)
export(mice.impute.2lonly.mean)
export(mice.impute.2lonly.norm)
export(mice.impute.2lonly.pmm)
export(mice.impute.2l.pan)
export(mice.impute.cart)
export(mice.impute.lda)
export(mice.impute.logreg)
export(mice.impute.mean)
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.ri)
export(mice.impute.sample)
export(mice.mids)
export(mice.theme)
export(mids2mplus)
export(mids2spss)
export(nelsonaalen)
export(.norm.draw)
export(.pmm.match)
export(pool)
export(pool.compare)
export(pool.r.squared)
export(pool.scalar)
export(quickpred)
export(rbind.mids)
export(squeeze)
export(supports.transparent)
export(version)
importFrom(graphics,plot)
importFrom(lattice,bwplot)
importFrom(lattice,densityplot)
importFrom(lattice,stripplot)
importFrom(lattice,xyplot)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(utils,packageDescription)
import(MASS)
import(nnet)
S3method(bwplot,mids)
S3method(densityplot,mids)
S3method(plot,mids)
S3method(print,mids)
S3method(print,mipo)
S3method(print,mira)
S3method(stripplot,mids)
S3method(summary,mids)
S3method(summary,mipo)
S3method(summary,mira)
S3method(with,mids)
S3method(xyplot,mids)