View source: R/createVarComp.R
vc | R Documentation |
Extract variance components from an object of class varComp.
vc(varComp)
varComp |
An object of class varComp. |
A data.frame with variance components and standard errors for the random components in the fitted model.
Other Mixed model analysis:
CRDR()
,
correlations()
,
diagnostics()
,
gxeVarComp()
,
herit()
,
plot.varComp()
,
predict.varComp()
## Fit a mixed model.
geVarComp <- gxeVarComp(TD = TDMaize, trait = "yld")
## Extract variance components.
vc(geVarComp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.