Usage
## S3 method for class 'rma.uni':
print(x, digits, showfit=FALSE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
## S3 method for class 'rma.mh':
print(x, digits, showfit=FALSE, \dots)
## S3 method for class 'rma.peto':
print(x, digits, showfit=FALSE, \dots)
## S3 method for class 'rma.glmm':
print(x, digits, showfit=FALSE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
## S3 method for class 'rma.mv':
print(x, digits, showfit=FALSE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
## S3 method for class 'rma':
summary(object, digits, showfit=TRUE, \dots)
## S3 method for class 'summary.rma':
print(x, digits, showfit=TRUE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
Arguments
x
an object of class "rma.uni"
, "rma.mh"
, "rma.peto"
, "rma.glmm"
, "rma.mv"
, or "summary.rma"
(for print
).
object
an object of class "rma"
(for summary
).
digits
integer specifying the number of decimal places to which the printed results should be rounded (if unspecified, the default is to take the value from the object).
showfit
logical indicating whether the fit statistics and information criteria should be printed (default is FALSE
for print
and TRUE
for summary
).
signif.stars
logical indicating whether p-values should be encoded visually with significance stars. Defaults to the show.signif.stars
slot of options
. signif.legend
logical indicating whether the legend for the significance stars should be printed. Defaults to the value for signif.stars
.