correlations {statgenGxE} | R Documentation |
Compute different types of correlations.
Description
Compute three types of correlations for models fitted with a nesting factor.
correlation between scenarios or environment types:
correlation between trials within scenarios or environment types:
correlation between trials that belong to different scenarios/environment types:
In these formulas the terms stand for the standard deviations of
the respective model terms. So
is the standard deviation for
the scenario term in the model,
for the standard deviation
of the genotype by scenario term and
corresponds to the
residual standard deviation.
Usage
correlations(varComp)
Arguments
varComp |
An object of class varComp. |
Value
A list with three correlations.
See Also
Other Mixed model analysis:
CRDR()
,
diagnostics()
,
gxeVarComp()
,
herit()
,
plot.varComp()
,
predict.varComp()
,
vc()
[Package statgenGxE version 1.0.8 Index]