| pBIC | R Documentation |
Computes the pseudo Bayesian information criterion (pBIC) for fitted multivariate covariance generalized linear models. The pBIC is defined as
pBIC = -2 \, \ell_p + \text{df} \log(n),
where \ell_p is the pseudo log-likelihood, \text{df} is the
effective number of parameters, and n is the total number of
observed responses.
This criterion provides a more strongly penalized alternative to
pAIC, favoring more parsimonious models when comparing
mcglm fits to the same data.
pBIC(object, verbose = TRUE)
object |
An object of class |
verbose |
Logical indicating whether the pBIC value should be
printed to the console. Defaults to |
The sample size n used in the penalty term corresponds to the
total number of observed responses, obtained from the
observed component of the fitted mcglm object(s).
As the pBIC is based on a pseudo log-likelihood, it should be used
cautiously and only for relative comparisons among models fitted to
the same data set.
An (invisible) named list with a single element:
A numeric value giving the pseudo Bayesian 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, pAIC,
pKLIC, GOSHO, RJC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.