CVFolds | R Documentation |
Generate list of row numbers for each fold in the cross-validation. CVFolds
is used in the SuperLearner
to create the cross-validation splits.
CVFolds(N, id, Y, cvControl)
N |
Sample size |
id |
Optional cluster id variable. If present, all observations in the same cluster will always be in the same split. |
Y |
outcome |
cvControl |
Control parameters for the cross-validation step. See |
validRows |
A list of length V where each element in the list is a vector with the row numbers of the corresponding validation sample. |
Eric C Polley polley.eric@mayo.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.