| SL | R Documentation |
SuperLearner wrapper for learner
SL(
formula = ~.,
...,
SL.library = c("SL.mean", "SL.glm"),
binomial = FALSE,
data = NULL,
info = "SuperLearner"
)
formula |
Model design |
... |
Additional arguments for SuperLearner::SuperLearner |
SL.library |
character vector of prediction algorithms |
binomial |
boolean specifying binomial or gaussian family (default FALSE) |
data |
Optional data.frame |
info |
model information (optional) |
learner object
Klaus Kähler Holst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.