forked from ngreifer/MatchThem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(WeightIt::trim,wimids)
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(with,mimids)
S3method(with,wimids)
export(complete)
export(is.mimids)
export(is.mimira)
export(is.wimids)
export(matchthem)
export(pool)
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(rlang,message_cnd)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,residuals)
importFrom(survey,svydesign)
importFrom(utils,packageVersion)