makeParentFolds | R Documentation |
Create parent-wise cross-validation folds based on an input pedigree.
makeParentFolds(ped, gid, nrepeats = 5, nfolds = 5, seed = NULL)
ped |
data.frame, 3 columns, "GID" (or |
gid |
string variable name used for genotype ID's in e.g. |
nrepeats |
number of repeats |
nfolds |
number of folds, |
seed |
integer, make reproducible |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.