View source: R/createVarComp.R
| diagnostics | R Documentation |
Get the diagnostics for the model fitted. This will print a table of combinations missing in the data. For each random factor in the model a table is printed.
diagnostics(varComp)
varComp |
An object of class varComp. |
A list of tables is invisibly returned.
Other Mixed model analysis:
CRDR(),
correlations(),
gxeVarComp(),
herit(),
plot.varComp(),
predict.varComp(),
vc()
## Fit a mixed model.
geVarComp <- gxeVarComp(TD = TDMaize, trait = "yld")
## Display diagnostics.
diagnostics(geVarComp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.