"rma.uni"
, "rma.mh"
, "rma.peto"
, "rma.glmm"
, and "rma.glmm"
.## 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, ...)
"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
.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"rma.mv"
, a table providing information about the variance components and correlations in the model. For R
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 struct="HCS"
, struct="HAR"
, and struct="UN"
), and whether the component was fixed or estimated. Finally, either the estimate of $\rho$ (for struct="CS"
, struct="AR"
, struct="HAR"
, or struct="HCS"
) or the entire estimated correlation matrix (for struct="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. If there is a second ~ inner | outer
formula term, the same information as described above will be provided, but now for the "rma.uni"
and "rma.glmm"
, the "rma.uni"
and "rma.glmm"
, the "rma.uni"
, the NULL
) 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 (see rma.glmm
for more details).
"rma.mh"
).print
functions do not return an object. The summary
function returns the object passed to it (with additional class "summary.rma"
).rma.uni
, rma.mh
, rma.peto
, rma.glmm
, rma.mv