kfoldcv | R Documentation |
Computes feasible sample sizes for the k groups in k-fold cv if N/k is not an integer.
kfoldcv(k, N, nlevel=NULL)
k |
number of groups. |
N |
total sample size. |
nlevel |
a vector of sample sizes for stratified sampling. |
If N/k is not an integer, k-fold cv is not unique. Determine meaningful sample sizes.
A vector of length k
.
# 10-fold CV with N = 91
kfoldcv(10, 91)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.