View source: R/createSubsets.R
createSubsets | R Documentation |
create subsets for cross-validation
createSubsets(N, k)
N |
number of samples in the data set |
k |
number of subsets to create |
matrix with subsets
createSubsets(N=100, k = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.