Compute different types of correlations.
Compute three types of correlations for models fitted with a nesting factor.
- correlation between scenarios or environment types: [REMOVE_ME]σG2/(σG2+σGS2)[REMOVEME2]
- correlation between trials within scenarios or environment types: [REMOVE_ME](σG2+σGS2)/(σG2+σGS2+σE2)[REMOVEME2]
- correlation between trials that belong to different scenarios/environment types: [REMOVE_ME]σG2/(σG2+σGS2+σE2)[REMOVEME2]
In these formulas the σ terms stand for the standard deviations of the respective model terms. So σS is the standard deviation for the scenario term in the model, σGS for the standard deviation of the genotype by scenario term and σE corresponds to the residual standard deviation.
correlations(varComp)
Arguments
varComp
: An object of class varComp.
Returns
A list with three correlations.
Description
Compute three types of correlations for models fitted with a nesting factor.
- correlation between scenarios or environment types:
σG2/(σG2+σGS2)
- correlation between trials within scenarios or environment types:
(σG2+σGS2)/(σG2+σGS2+σE2)
- correlation between trials that belong to different scenarios/environment types:
σG2/(σG2+σGS2+σE2)
In these formulas the σ terms stand for the standard deviations of the respective model terms. So σS is the standard deviation for the scenario term in the model, σGS for the standard deviation of the genotype by scenario term and σE corresponds to the residual standard deviation.
See Also
Other Mixed model analysis: CRDR()
, diagnostics()
, gxeVarComp()
, herit()
, plot.varComp()
, predict.varComp()
, vc()