-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
149 lines (148 loc) · 3.63 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
S3method(IC,targeted)
S3method(coef,cross_validated)
S3method(coef,summary.truncatedscore)
S3method(coef,targeted)
S3method(estimate,ml_model)
S3method(logLik,targeted)
S3method(model.matrix,design)
S3method(offsets,design)
S3method(parameter,summary.truncatedscore)
S3method(plot,calibration)
S3method(predict,NB)
S3method(predict,NB2)
S3method(predict,calibration)
S3method(predict,density)
S3method(predict,ml_model)
S3method(predict,riskreg.targeted)
S3method(print,NB)
S3method(print,calibration)
S3method(print,cross_validated)
S3method(print,summary.ate.targeted)
S3method(print,summary.riskreg.targeted)
S3method(print,summary.targeted)
S3method(print,summary.truncatedscore)
S3method(print,superlearner)
S3method(print,targeted)
S3method(score,cross_validated)
S3method(score,predictor_sl)
S3method(specials,design)
S3method(summary,ate.targeted)
S3method(summary,cross_validated)
S3method(summary,design)
S3method(summary,predictor_sl)
S3method(summary,riskreg.targeted)
S3method(summary,targeted)
S3method(summary,truncatedscore)
S3method(update,design)
S3method(vcov,targeted)
S3method(weights,design)
S3method(weights,predictor_sl)
export(ML)
export(NB)
export(NB2)
export(RATE)
export(RATE.surv)
export(SL)
export(aipw)
export(alean)
export(ate)
export(calibrate)
export(calibration)
export(cate)
export(cate_link)
export(crr)
export(cv)
export(design)
export(estimate_truncatedscore)
export(expand.list)
export(isoregw)
export(ml_model)
export(nondom)
export(offsets)
export(pava)
export(predictor)
export(predictor_gam)
export(predictor_glm)
export(predictor_glmnet)
export(predictor_grf)
export(predictor_grf_binary)
export(predictor_hal)
export(predictor_isoreg)
export(predictor_sl)
export(predictor_xgboost)
export(predictor_xgboost_binary)
export(predictor_xgboost_count)
export(predictor_xgboost_cox)
export(predictor_xgboost_multiclass)
export(riskreg)
export(riskreg_cens)
export(riskreg_fit)
export(riskreg_mle)
export(scoring)
export(softmax)
export(solve_ode)
export(specials)
export(specify_ode)
import(Rcpp)
import(methods)
importFrom(R6,R6Class)
importFrom(data.table,data.table)
importFrom(data.table,is.data.table)
importFrom(grDevices,nclass.Sturges)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(lava,IC)
importFrom(lava,Inverse)
importFrom(lava,estimate)
importFrom(lava,expit)
importFrom(lava,getoutcome)
importFrom(lava,logit)
importFrom(lava,na.pass0)
importFrom(lava,parameter)
importFrom(lava,score)
importFrom(optimx,optimx)
importFrom(rlang,call_match)
importFrom(rlang,hash)
importFrom(stats,.getXlevels)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cov2cor)
importFrom(stats,delete.response)
importFrom(stats,density)
importFrom(stats,deriv)
importFrom(stats,dnorm)
importFrom(stats,drop.terms)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,glm.fit)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,lm.wfit)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,na.pass)
importFrom(stats,nlminb)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,runif)
importFrom(stats,terms)
importFrom(stats,uniroot)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stats,weights)
importFrom(survival,survfit)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(targeted, .registration=TRUE)