Description Usage Arguments Value Examples
View source: R/FunctionsForPackage09242019.R
IPCW-TMLE outputting TMLEs of predicted values. This function only performs the TMLE step for targeting the predicted values. And does not output any additional estimates.
1 2 | weighted.tmle.predicted.values(w, a, y, delta, Q.SL.library, g.SL.library,
wgts, max.wgt = Inf)
|
w |
The covariates |
a |
The treatment or exposure binary variable. |
y |
The outcome |
Q.SL.library |
SuperLearner library of algorithms for Q estimation |
g.SL.library |
SuperLearner library of algorithms for g estimation |
wgts |
observation level weights; should be 0 for delta=0 |
fitted.values The predicted values for each observation from the TMLE
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.