print.rma.uni {metafor}R Documentation

Print Methods for rma Objects

Description

Print methods for objects of class "rma.uni", "rma.mh", and "rma.peto".

Usage

## S3 method for class 'rma.uni':
print(x, digits=x$digits, showfit=FALSE, signif.legend=TRUE, ...)
## S3 method for class 'rma.mh':
print(x, digits=x$digits, showfit=FALSE, ...)
## S3 method for class 'rma.peto':
print(x, digits=x$digits, showfit=FALSE, ...)
## S3 method for class 'rma':
summary(object, digits=object$digits, showfit=TRUE, signif.legend=TRUE, ...)

Arguments

x an object of class "rma.uni", "rma.mh", or "rma.peto" (for print).
object an object of class "rma" (for summary).
digits an integer specifying the number of decimal places to which the printed results should be rounded (the default is to take the value from the object).
showfit logical indicating whether the fit statistics and information criteria should be printed.
signif.legend logical indicating whether the legend for the ‘significance stars’ should be printed.
... other arguments.

Details

The output includes:

When analyzing odds ratios using the Mantel-Haenszel method, the Cochran-Mantel-Haenszel test and Tarone's test for heterogeneity are also provided.

Value

The function does not return an object.

Author(s)

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

See Also

rma.uni, rma.mh, rma.peto


[Package metafor version 0.5-5 Index]