splitDataByGroup | R Documentation |
split data frame by group
splitDataByGroup(data.frame = NULL, group = NULL, seed = 666, fraction = 0.5)
data.frame |
row is sample |
seed |
666 |
fraction |
0.5 |
data(LIRI)
res <- splitDataByGroup(data.frame = LIRI, group = LIRI$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.