Usage
## S3 method for class 'rma.uni':
confint(object, parm, level=object$level, fixed=FALSE, random=TRUE,
digits=object$digits, verbose=FALSE, control, \dots)
## S3 method for class 'rma.mh':
confint(object, parm, level=object$level, digits=object$digits, \dots)
## S3 method for class 'rma.peto':
confint(object, parm, level=object$level, digits=object$digits, \dots)
## S3 method for class 'rma.glmm':
confint(object, parm, level=object$level, digits=object$digits, \dots)
Arguments
object
an object of class "rma.uni"
, "rma.mh"
, or "rma.peto"
. The method is not yet implemented for objects of class "rma.glmm"
.
parm
this argument is here for compatability with the generic function confint
, but is ignored. level
numerical value between 0 and 100 specifying the confidence interval level (the default is to take the value from the object).
fixed
logical indicating whether confidence intervals for the model coefficients should be returned (default is FALSE
).
random
logical indicating whether a confidence interval for the amount of (residual) heterogeneity should be returned (default is TRUE
).
digits
integer specifying the number of decimal places to which the results should be rounded (the default is to take the value from the object).
verbose
logical indicating whether output should be generated on the progress of the iterative algorithm used as part of the Q-profile method (default is FALSE
). See Note.
control
list of control values for the iterative algorithm. If unspecified, default values are defined inside the function. See Note.