lcModel-data-filters | R Documentation |
The data filters are applied by latrend prior to model estimation. These filters are used in latrendBoot and latrendCV.
bootSample(data, id, seed = NULL)
trainFold(data, fold, id, folds, seed)
testFold(data, fold, id, folds, seed)
data |
The |
id |
The identifier variable name, see idVariable. |
seed |
Optional seed for ensuring reproducibility. |
fold |
The fold to select. |
folds |
Total number of folds to create. |
A subset of data
of type data.frame
.
Other validation methods:
createTestDataFold()
,
createTestDataFolds()
,
createTrainDataFolds()
,
latrendBoot()
,
latrendCV()
Other validation methods:
createTestDataFold()
,
createTestDataFolds()
,
createTrainDataFolds()
,
latrendBoot()
,
latrendCV()
Other validation methods:
createTestDataFold()
,
createTestDataFolds()
,
createTrainDataFolds()
,
latrendBoot()
,
latrendCV()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.