- pop
a Pop-class
to serve as the training population
- traits
an integer indicating the trait to model, a trait name, or a
function of the traits returning a single value.
- use
train model using phenotypes "pheno", genetic values "gv",
estimated breeding values "ebv", breeding values "bv", or randomly "rand"
- snpChip
an integer indicating which SNP chip genotype
to use
- useQtl
should QTL genotypes be used instead of a SNP chip.
If TRUE, snpChip specifies which trait's QTL to use, and thus these
QTL may not match the QTL underlying the phenotype supplied in traits.
- maxIter
maximum number of iterations for convergence.
- VuF
marker effect variance for females. If value is NULL, a
reasonable starting point is chosen automatically.
- VuM
marker effect variance for males. If value is NULL, a
reasonable starting point is chosen automatically.
- Ve
error variance. If value is NULL, a
reasonable starting point is chosen automatically.
- useEM
use EM to solve variance components. If false,
the initial values are considered true.
- tol
tolerance for EM algorithm convergence
- simParam
an object of SimParam
- ...
additional arguments if using a function for
traits