SL.blip | R Documentation |
SuperLearner for ODTR that returns estimated blips.
SL.blip(
V,
W,
A,
Y,
ab,
QAW.reg,
g.reg,
blip.SL.library,
risk.type,
grid.size,
newV = NULL,
VFolds,
family,
discrete.SL
)
V |
subset covariates for designing ODTR |
W |
covariates |
A |
txt |
Y |
outcome |
ab |
range of Y |
QAW.reg |
Q(A,W) regression object |
g.reg |
g(A|W) regression object |
blip.SL.library |
blip SL library |
risk.type |
risk type |
newV |
new V |
VFolds |
number of folds |
family |
family for outcome |
discrete.SL |
whether discrete SL (choose one algorithm) or continuous SL (weighted combination of algorithms) |
grid |
size |
SL blip object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.