-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(predict,doubly_robust)
S3method(predict,gestimation)
S3method(predict,ipweighting)
S3method(predict,outcome_regression)
S3method(predict,propensity_matching)
S3method(predict,propensity_scores)
S3method(predict,standardization)
S3method(print,doubly_robust)
S3method(print,gestimation)
S3method(print,ipweighting)
S3method(print,outcome_regression)
S3method(print,propensity_matching)
S3method(print,propensity_scores)
S3method(print,standardization)
S3method(print,summary.doubly_robust)
S3method(print,summary.gestimation)
S3method(print,summary.ipweighting)
S3method(print,summary.standardization)
S3method(summary,doubly_robust)
S3method(summary,gestimation)
S3method(summary,ipweighting)
S3method(summary,outcome_regression)
S3method(summary,propensity_matching)
S3method(summary,propensity_scores)
S3method(summary,standardization)
export(doubly_robust)
export(gestimation)
export(init_params)
export(ipweighting)
export(iv_est)
export(outcome_regression)
export(propensity_matching)
export(propensity_scores)
export(standardization)
import(boot)
import(causaldata)
import(geepack)
import(multcomp)
import(stats)