.folds {palasso}R Documentation

Cross-validation folds

Description

Assigns samples to cross-validation folds, balancing the folds in the case of a binary or survival response.

Usage

.folds(y, nfolds, foldid = NULL)

Arguments

y

response: vector of length n

nfolds

number of folds: positive integer (>= 10 recommended)

foldid

fold identifiers: vector of length n, with entries from 1 to nfolds

Value

Returns the fold identifiers.

Examples

NA


[Package palasso version 0.0.9 Index]