fitstats {metafor}R Documentation

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(x, ...)

Arguments

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

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.

Value

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

Author(s)

Wolfgang Viechtbauer; wvb@www.wvbauer.com; http://www.wvbauer.com/

See Also

fitstats.rma


[Package metafor version 0.5-5 Index]