cmdSuperLearner.control | R Documentation |
This function initiates control parameters for the cmdSuperLearner
function.
cmdSuperLearner.control( n.bins = 2:floor(length(unique(A))/50), SL.library = c("SL.mean", "SL.glm", "SL.gam", "SL.earth"), saveFitLibrary = TRUE, verbose = FALSE )
n.bins |
Vector of integers >= 2 indicating the number of bins to use for discretization. Defaults to |
SL.library |
Library to use for bin-specific SuperLearners. Defaults to |
saveFitLibrary |
Logical indicating whether to save the fit library on the full data. Defaults to |
verbose |
Logical indicating whether to report progress of the estimation process. |
Returns a named list with control parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.