-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
38 lines (37 loc) · 986 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(ci,adaptive_iptw)
S3method(ci,drtmle)
S3method(plot,drtmle)
S3method(predict,SL.npreg)
S3method(print,adaptive_iptw)
S3method(print,ci.adaptive_iptw)
S3method(print,ci.drtmle)
S3method(print,drtmle)
S3method(print,wald_test.adaptive_iptw)
S3method(print,wald_test.drtmle)
S3method(wald_test,adaptive_iptw)
S3method(wald_test,drtmle)
export(SL.npreg)
export(adaptive_iptw)
export(ci)
export(drtmle)
export(wald_test)
importFrom(SuperLearner,All)
importFrom(SuperLearner,SuperLearner)
importFrom(SuperLearner,trimLogit)
importFrom(future.apply,future_lapply)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(np,npreg)
importFrom(np,npregbw)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,cov)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)