ipred (version 0.9-9)

kfoldcv: Subsamples for k-fold Cross-Validation

Description

Computes feasible sample sizes for the k groups in k-fold cv if N/k is not an integer.

Usage

kfoldcv(k, N, nlevel=NULL)

Arguments

k

number of groups.

N

total sample size.

nlevel

a vector of sample sizes for stratified sampling.

Value

A vector of length k.

Details

If N/k is not an integer, k-fold cv is not unique. Determine meaningful sample sizes.

Examples

Run this code
# NOT RUN {
# 10-fold CV with N = 91

kfoldcv(10, 91)	

# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace