"rma.uni"
, "rma.mh"
, "rma.peto"
, "rma.glmm"
, and "rma.glmm"
.## S3 method for class 'rma.uni':
print(x, digits=x$digits, showfit=FALSE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
## S3 method for class 'rma.mh':
print(x, digits=x$digits, showfit=FALSE, \dots)
## S3 method for class 'rma.peto':
print(x, digits=x$digits, showfit=FALSE, \dots)
## S3 method for class 'rma.glmm':
print(x, digits=x$digits, showfit=FALSE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
## S3 method for class 'rma.mv':
print(x, digits=x$digits, showfit=FALSE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
## S3 method for class 'rma':
summary(object, digits=object$digits, showfit=TRUE, \dots)
## S3 method for class 'summary.rma':
print(x, digits=x$digits, showfit=TRUE, signif.stars=getOption("show.signif.stars"),
signif.legend=signif.stars, ...)
"rma.uni"
, "rma.mh"
, "rma.peto"
, "rma.glmm"
, "rma.mv"
, or "summary.rma"
(for print
)."rma"
(for summary
).FALSE
for print
and TRUE
for summary
).show.signif.stars
slot of options
.signif.stars
.print
functions do not return an object. The summary
function returns the object passed to it (with additional class "summary.rma"
).showfit=TRUE
or by default forsummary
)."rma.uni"
and"rma.glmm"
, the amount of (residual) heterogeneity in the random/mixed-effects model (i.e., the estimate of$\tau^2$and its square root). Suppressed for fixed-effects models. The (asymptotic) standard error of the estimate of$\tau^2$is also provided (where possible)."rma.mv"
, a table providing information about the variance components and correlations in the model. For$\sigma^2$components, the estimate and its square root are provided, in addition to the number of values/levels, whether the component was fixed or estimated, and the name of the grouping variable/factor. If theR
argument was used to specify known correlation matrices, this is also indicated. For models with an~ inner | outer
formula term, the name of the inner and outer grouping variable/factor are given and the number of values/levels of these variables/factors. In addition, for each$\tau^2$component, the estimate and its square root are provided, the number of effects or outcomes observed at each level of the inner grouping variable/factor (only forstruct="HCS"
andstruct="UN"
), and whether the component was fixed or estimated. Finally, either the estimate of$\rho$(forstruct="CS"
orstruct="HCS"
) or the entire estimated correlation matrix (forstruct="UN"
) between the levels of the inner grouping variable/factor is provided, again with information whether a particular correlation was fixed or estimated, and how often each combination of levels of the inner grouping variable/factor was observed across the levels of the outer grouping variable/factor."rma.uni"
and"rma.glmm"
, the$I^2$statistic. For a random-effects model,$I^2$estimates (in percent) how much of the total variability in the effect size estimates (which is composed of heterogeneity plus sampling variability) can be attributed to heterogeneity among the true effects. For a mixed-effects model,$I^2$estimates how much of the unaccounted variability (which is composed of residual heterogeneity plus sampling variability) can be attributed to residual heterogeneity. See"rma.uni"
and"rma.glmm"
, the$H^2$statistic. For a random-effects model,$H^2$estimates the ratio of the total amount of variability in the effect size estimates to the amount of sampling variability. For a mixed-effects model,$H^2$estimates the ratio of the unaccounted variability in the effect size estimates to the amount of sampling variability. See"rma.uni"
, the$R^2$statistic, which estimates the amount of heterogeneity accounted for by the moderators included in the model and can be regarded as a pseudo$R^2$statistic (Raudenbush, 2009). Only provided when fitting a mixed-effects models (i.e., for models including moderators). This is suppressed (and set toNULL
) for models without moderators, fixed-effects models, or if the model does not contain an intercept.NA
if the amount of heterogeneity is equal to zero to begin with. See"rma.glmm"
, the amount of study level variability (only when using a model that models study level differences as a random effect)."rma.glmm"
, the results from a Wald-type test and a likelihood ratio test are provided (seerma.glmm
for more details)."rma.mh"
).rma.uni
, rma.mh
, rma.peto
, rma.glmm
, rma.mv