Description Usage Arguments Details Value Author(s) References See Also Examples
Specify random replicate division parameters for data division
1 |
nrows |
number of rows each subset should have |
seed |
the random seed to use (experimental) |
The random replicate division method currently gets the total number of rows of the input data and divides it by nrows
to get the number of subsets. Then it randomly assigns each row of the input data to one of the subsets, resulting in subsets with approximately nrows
rows. A future implementation will make each subset have exactly nrows
rows.
a list to be used for the "by" argument to divide
Ryan Hafen
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.