Learn R Programming

metafor (version 1.9-2)

fitstats: Extract Fit Statistics and Information Criteria

Description

The function fitstats is generic. It can be used to extract the log-likelihood, deviance, and information criteria (AIC, BIC, and AICc) for suitable objects.

Usage

fitstats(object, ...)

Arguments

object
an object for which fit statistics and information criteria can be calculated. See Details.
...
other arguments.

Value

  • Log-likelihood, deviance, AIC, BIC, and AICc values either under the regular or restricted likelihood.

Details

Currently, there is only a method for handling objects of class "rma" with the fitstats function. Accordingly, the corresponding method is called fitstats.rma. See the documentation for that function for more details.

References

Viechtbauer, W. (2010). Conducting meta-analyses in R with the metafor package. Journal of Statistical Software, 36(3), 1--48. http://www.jstatsoft.org/v36/i03/.

See Also

fitstats.rma