create_cv_folds.Rd
Creates a dummy variable that partitions the data into v equal sized groups for v-fold CV.
create_cv_folds(V, Y, verbose = F)
number of folds
Outcome variable. If binary will be used for stratification.
If T will display extra output.
Vector of fold assignments.