Learn R Programming

statgenGxE (version 1.0.9)

diagnostics: Get diagnostics for an object of class varComp

Description

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.

Usage

diagnostics(varComp)

Value

A list of tables is invisibly returned.

Arguments

varComp

An object of class varComp.

See Also

Other Mixed model analysis: CRDR(), correlations(), gxeVarComp(), herit(), plot.varComp(), predict.varComp(), vc()

Examples

Run this code
## Fit a mixed model.
geVarComp <- gxeVarComp(TD = TDMaize, trait = "yld")

## Display diagnostics.
diagnostics(geVarComp)

Run the code above in your browser using DataLab