Description Usage Arguments Details Value Author(s) See Also Examples
Compute sample sizes for k-fold cross-validation.
1 | kfcv(k, N)
|
k |
number of groups. |
N |
total sample size. |
If N/k is an integer, the sample sizes are k ‘N/k’s (N/k, N/k, ...), otherwise the remainder will be allocated to each group as ‘uniformly’ as possible, and at last these sample sizes will be permuted randomly.
A vector of length k
containing k sample sizes.
Yihui Xie
1 2 3 4 5 |
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied
[1] 5 5 5 5 5
[1] 8 8 8 7 7 8 8 8 7 8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.