- x
A meta-analysis object of class meta
.
- sortvar
An optional vector used to sort the individual
studies (must be of same length as x$TE
).
- study.results
A logical indicating whether study results
should be extracted.
- common
A logical indicating whether results of common effect
meta-analysis should be extracted.
- random
A logical indicating whether results of random
effects meta-analysis should be extracted.
- prediction
A logical indicating whether prediction interval
should be extracted.
- overall
A logical indicating whether overall summaries
should be extracted. This argument is useful in a meta-analysis
with subgroups if overall results should not be extracted.
- subgroup
A logical indicating whether subgroup results
should be extracted.
- prediction.subgroup
A single logical or logical vector
indicating whether / which prediction intervals should be
extracted for subgroups.
- se
A logical indicating whether standard errors should be
extracted.
- ci
A logical indicating whether confidence / prediction
interval should be extracted.
- statistic
A logical indicating whether to extract statistic
of test for overall effect.
- pval
A logical indicating whether to extract p-value of test
for overall effect.
- n
A logical indicating whether sample sizes should be
extracted (if available).
- backtransf
A logical indicating whether extracted results
should be back transformed.
- digits
Minimal number of significant digits, see
print.default
.
- digits.se
Minimal number of significant digits for standard
errors, see print.default
.
- digits.stat
Minimal number of significant digits for z- or
t-statistic for test of overall effect, see print.default
.
- digits.pval
Minimal number of significant digits for p-value
of overall treatment effect, see print.default
.
- writexl
A logical indicating whether an Excel file should be
created (R package writexl must be available).
- path
A character string specifying the filename of the Excel
file.
- overwrite
A logical indicating whether an existing Excel
file should be overwritten.
- ...
Additional arguments passed on to prmatrix
.
- digits.tau
Minimal number of significant digits for square
root of between-study variance, see print.default
.
- text.tau2
Text printed to identify between-study variance
\(\tau^2\).
- text.tau
Text printed to identify \(\tau\), the square
root of the between-study variance \(\tau^2\).
- big.mark
A character used as thousands separator.
- details
A logical specifying whether details on statistical
methods should be printed.