ic_reml_asr {agriutilities}R Documentation

Find the AIC and BIC for a set of models fitted using asreml

Description

The function is a wrapper for 'icREML' function described in Verbyla (2019).

Usage

ic_reml_asr(fm, scale = 1)

Arguments

fm

A list of asreml fitted model objects

scale

A scalar to scale the variance matrix of the estimated fixed effects (to ensure numerical stability of a log-determinant). Default value is 1.

Value

A data frame. The data frame has the following components

Author(s)

Ari Verbyla (averbyla at avdataanalytics.com.au)

References

Verbyla, A. P. (2019). A note on model selection using information criteria for general linear models estimated using REML. Australian & New Zealand Journal of Statistics, 61(1), 39-50.


[Package agriutilities version 1.2.1 Index]