| pAIC | R Documentation |
Computes the pseudo Akaike information criterion (pAIC) for fitted multivariate covariance generalized linear models. The pAIC is defined as
pAIC = -2 \, \ell_p + 2 \, \text{df},
where \ell_p is the pseudo log-likelihood and \text{df}
denotes the effective number of parameters in the model.
This criterion is intended for model comparison within the class of
mcglm models fitted to the same data.
pAIC(object, verbose = TRUE)
object |
An object of class |
verbose |
Logical indicating whether the pAIC value should be
printed to the console. Defaults to |
The pAIC is based on the pseudo log-likelihood returned by
plogLik and should be used with caution, as it does not
correspond to a true likelihood-based information criterion.
Comparisons are meaningful only for models fitted to the same response
data.
An (invisible) named list with a single element:
A numeric value giving the pseudo Akaike information criterion associated with the fitted model(s).
Wagner Hugo Bonat, wbonat@ufpr.br
Bonat, W. H. (2018). Multiple Response Variables Regression Models in R: The mcglm Package. Journal of Statistical Software, 84(4), 1–30.
gof, plogLik, ESS, pKLIC,
GOSHO, RJC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.