summary.meta | R Documentation |
Summary method for objects of class meta
.
## S3 method for class 'meta'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (ignored). |
Summary method for objects of class meta
.
An object of classes summary.meta
and meta
(see
meta-object
.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
Cooper H & Hedges LV (1994): The Handbook of Research Synthesis. Newbury Park, CA: Russell Sage Foundation
Crippa A, Khudyakov P, Wang M, Orsini N, Spiegelman D (2016): A new measure of between-studies heterogeneity in meta-analysis. Statistics in Medicine, 35, 3661–75
Higgins JPT & Thompson SG (2002): Quantifying heterogeneity in a meta-analysis. Statistics in Medicine, 21, 1539–58
print.summary.meta
, metabin
,
metacont
, metagen
data(Fleiss1993cont)
m1 <- metacont(n.psyc, mean.psyc, sd.psyc, n.cont, mean.cont, sd.cont,
data = Fleiss1993cont, studlab = paste(study, year), sm = "SMD")
summary(m1)
summary(update(m1, subgroup = c(1, 2, 1, 1, 2), subgroup.name = "group"))
forest(update(m1, subgroup = c(1, 2, 1, 1, 2), subgroup.name = "group"))
## Not run:
# Use unicode characters to print tau^2, tau, and I^2
print(summary(m1),
text.tau2 = "\u03c4\u00b2", text.tau = "\u03c4", text.I2 = "I\u00b2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.