Learn R Programming

metafor (version 0.5-0)

cint: Confidence Intervals for Model Parameters

Description

The function cint is generic. It provides confidence intervals for specific classes of objects.

Usage

cint(object, ...)

Arguments

object
an object for which confidence intervals can be calculated. See Details.
...
other arguments.

Value

  • Confidence interval bounds of the model parameters.

Details

Currently, there is only a method for objects of class "rma.uni" created by the rma.uni function. Accordingly, the corresponding method is called cint.rma.uni. See the documentation for that function for more details.

See Also

cint.rma.uni