Learn R Programming

metafor (version 1.9-0)

fitstats: Fit Statistics and Information Criteria

Description

The function fitstats is generic. It extracts the log likelihood, deviance, and information criteria (e.g., AIC and BIC) 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, and BIC 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