-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
49 lines (48 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
S3method(as.mimids,default)
S3method(as.wimids,default)
S3method(cbind,mimids)
S3method(cbind,wimids)
S3method(complete,mimids)
S3method(complete,wimids)
S3method(plot,mimids)
S3method(pool,mimira)
S3method(pool,mira)
S3method(print,mimids)
S3method(print,mimipo)
S3method(print,summary.mimids)
S3method(print,summary.wimids)
S3method(print,wimids)
S3method(summary,mimids)
S3method(summary,wimids)
S3method(trim,wimids)
S3method(with,mimids)
S3method(with,wimids)
export(as.mimids)
export(as.wimids)
export(cbind)
export(complete)
export(is.mimids)
export(is.mimipo)
export(is.mimira)
export(is.wimids)
export(matchthem)
export(pool)
export(trim)
export(weightthem)
importFrom(MatchIt,match.data)
importFrom(MatchIt,matchit)
importFrom(WeightIt,trim)
importFrom(WeightIt,weightit)
importFrom(graphics,plot)
importFrom(mice,as.mids)
importFrom(mice,cbind)
importFrom(mice,complete)
importFrom(mice,getfit)
importFrom(mice,pool)
importFrom(rlang,is_bare_numeric)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,residuals)
importFrom(survey,svydesign)
importFrom(utils,packageVersion)