View source: R/2helperFunctions.R
getpreds.blip.fun | R Documentation |
Get library predictions (what would be library.predict) for blip. Code mostly from SuperLearner.
getpreds.blip.fun(
Y,
X,
newX = NULL,
family = gaussian(),
SL.library,
id = NULL,
verbose = FALSE,
control = list(),
obsWeights = NULL,
env = parent.frame()
)
Y |
outcome |
X |
predictors |
newX |
new X |
family |
family |
SL.library |
SL library |
id |
for unique ids |
verbose |
verbose |
control |
control |
obsWeights |
obsWeights |
env |
env |
predicted blips
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.