stratSample {MFPCA} | R Documentation |
Sample stratified indices according to a factor variable
Description
Sample stratified indices according to a factor variable
Usage
stratSample(f)
Arguments
f |
A factor variable |
Value
A vector of the same length as f
, containing the resampled
indices, stratified according to the levels of f
[Package MFPCA version 1.3-10 Index]