Learn R Programming

metafor (version 1.4-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.

See Also

fitstats.rma