summary.var | R Documentation |
Displays variances and correlations
object |
object of |
digits |
number of digits for rounding |
index.coeff |
merit index coefficients |
gamma |
contribution of non-additive values for genetic merit |
For a single trait, the 'var' output is a data frame with two columns of information for the various effects: the first is the variance and the second is the proportion of variance explained (PVE), excluding the environment effect. For multiple locations or traits, the 'cor' output is the correlation matrix for additive effects (does not include fixed effect markers). For multiple traits, the variance and PVE results are returned as separate data frames, unless index.coeff
is used to create an index.
The index.coeff
are the coefficients of the standardized true values (see also blup
). The argument gamma
is the relative weight for non-additive to additive genetic merit (see also gain
).
List output that varies depending on the situation (see Details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.