View source: R/print.metacum.R
print.metacum | R Documentation |
Print results of a cumulative meta-analysis
## S3 method for class 'metacum'
print(
x,
prediction = x$prediction,
overall = x$overall,
backtransf = x$backtransf,
header = TRUE,
lab.NA = ".",
digits = gs("digits"),
digits.stat = gs("digits.stat"),
digits.pval = gs("digits.pval"),
digits.tau2 = gs("digits.tau2"),
digits.tau = gs("digits.tau"),
digits.I2 = gs("digits.I2"),
digits.cid = gs("digits.cid"),
digits.percent = 1,
big.mark = gs("big.mark"),
scientific.pval = gs("scientific.pval"),
zero.pval = gs("zero.pval"),
JAMA.pval = gs("JAMA.pval"),
print.stat = FALSE,
print.tau2 = TRUE,
print.tau2.ci = FALSE,
print.tau = TRUE,
print.tau.ci = FALSE,
print.I2 = TRUE,
print.I2.ci = FALSE,
print.prob = TRUE,
text.tau2 = gs("text.tau2"),
text.tau = gs("text.tau"),
text.I2 = gs("text.I2"),
details.methods = gs("details"),
...
)
x |
An object of class |
prediction |
A logical indicating whether prediction intervals should be printed. |
overall |
A logical indicating whether overall results should be printed. |
backtransf |
A logical indicating whether printed results
should be back transformed. If |
header |
A logical indicating whether information on title of meta-analysis, comparison and outcome should be printed at the beginning of the printout. |
lab.NA |
A character string to label missing values. |
digits |
Minimal number of significant digits, see
|
digits.stat |
Minimal number of significant digits for z- or
t-value of test for overall effect, see |
digits.pval |
Minimal number of significant digits for p-value
of overall treatment effect, see |
digits.tau2 |
Minimal number of significant digits for
between-study variance |
digits.tau |
Minimal number of significant digits for
|
digits.I2 |
Minimal number of significant digits for I-squared
and Rb statistic, see |
digits.cid |
Minimal number of significant digits for
CID / decision thresholds, see |
digits.percent |
Minimal number of significant digits for
probabilities, printed as percentages, see |
big.mark |
A character used as thousands separator. |
scientific.pval |
A logical specifying whether p-values should be printed in scientific notation, e.g., 1.2345e-01 instead of 0.12345. |
zero.pval |
A logical specifying whether p-values should be printed with a leading zero. |
JAMA.pval |
A logical specifying whether p-values for test of overall effect should be printed according to JAMA reporting standards. |
print.stat |
A logical value indicating whether z- or t-value for test of treatment effect should be printed. |
print.tau2 |
A logical specifying whether between-study
variance |
print.tau2.ci |
A logical value indicating whether to print
the confidence interval of |
print.tau |
A logical specifying whether |
print.tau.ci |
A logical value indicating whether to print the
confidence interval of |
print.I2 |
A logical specifying whether heterogeneity
statistic I |
print.I2.ci |
A logical specifying whether confidence interval for
heterogeneity statistic I |
print.prob |
A logical specifying whether to print probabilities of clinically important benefit or harm. |
text.tau2 |
Text printed to identify between-study variance
|
text.tau |
Text printed to identify |
text.I2 |
Text printed to identify heterogeneity statistic
I |
details.methods |
A logical specifying whether details on statistical methods should be printed. |
... |
Additional arguments (ignored). |
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
metacum
, settings.meta
data(Fleiss1993bin)
m1 <- metabin(d.asp, n.asp, d.plac, n.plac,
data = Fleiss1993bin, studlab = study, sm = "RR", method = "I")
m1
metacum(m1)
metacum(m1, pooled = "random")
metacum(m1, pooled = "random", prediction = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.