R/outOfSample.R
kWayStratifiedYReplace.RdBuild a k-fold cross validation sample where training sets are the same size as the original data, and built by sampling disjoint from test/application sets (sampled with replacement).
kWayStratifiedYReplace(nRows, nSplits, dframe, y)
| nRows | number of rows to split (>1) |
|---|---|
| nSplits | number of groups to split into (<nRows,>1). |
| dframe | original data frame (ignored). |
| y | numeric outcome variable try to have equidistributed in each split. |
split plan