FRcv | R Documentation |
FRcv(df.y, f = 0.2, part.env = 1, intercept = TRUE, boot = 1000,
seed = 3412, path.output = getwd())
df.y |
is a data.frame containing the following colunms: environment (factor), genotype (factor), GxE or G+GxE effects (numeric) and covariates (numeric). |
f |
is a fraction of genotypes that must be used as validation set (default f = 0.2, i.e., 20 \itempart.envis the number of environments that be leave out of the training set (0 > part.env > number of environments). Default is 1 (leave-one-out scheme). \iteminterceptTRUE (default) or FALSE if considering include fixed genotypic intercept \itembootis the number of boots (default is equal to 1000) \itempath.outputis the directorie used for output files |
Cross-validation scheme for FR models Germano M F Costa Neto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.