Description Usage Arguments Examples
View source: R/splitting_module.R
This function splits the data into a training set and a testing set after shuffling the rows
1 | splitting_module(CBRMSR, SplitPercent = 0.75)
|
CBRMSR |
A CBRMSR object |
SplitPercent |
Percentage of the training data (requires a decimal less than 1.0) |
1 2 3 4 | ## Not run:
CBRMSR <- splitting_module(CBRMSR, SplitPercent = 0.75)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.