info.crit.asreml {asreml3Plus} | R Documentation |
Computes Akiake and Bayesian (Schwarz) Information Criteria for a model. The function info.crit
is provided for backwards compatibility.
info.crit.asreml(asreml.obj)
asreml.obj |
An |
A data frame containing the Residual degrees of freedom, AIC, BIC and log of the REML value.
## Not run: data(Wheat.dat) current.asr <- asreml(yield ~ Rep + WithinColPairs + Variety, random = ~ Row + Column + units, rcov = ~ ar1(Row):ar1(Column), data=Wheat.dat) info.crit.asreml(current.asr) ## End(Not run)