Learn R Programming

metafor (version 0.5-4)

print.rma.list: Print Method for rma.list Objects

Description

Print method for objects of class "rma.list".

Usage

## S3 method for class 'rma.list':
print(x, digits=x$digits, ...)

Arguments

x
an object of class "rma.list".
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).
...
other arguments.

Value

  • See the documentation of the function that creates the "rma.list" object for details on what is printed.