print.summary.limitmeta {metasens} | R Documentation |
Print detailed results for limit meta-analysis
Description
Print method for objects of class summary.limitmeta
.
This function prints the main results of a limit meta-analysis (Rücker et al., 2011) as well as the following study information:
Effect estimate with confidence interval
Shrunken effect estimates with confidence interval
Usage
## S3 method for class 'summary.limitmeta'
print(
x,
sortvar,
backtransf = x$backtransf,
digits = gs("digits"),
big.mark = gs("big.mark"),
truncate,
text.truncate = "*** Output truncated ***",
...
)
Arguments
x |
An object of class |
sortvar |
An optional vector used to sort the individual
studies (must be of same length as |
backtransf |
A logical indicating whether results should be
back transformed in printouts and plots. If
|
digits |
Minimal number of significant digits, see
|
big.mark |
A character used as thousands separator. |
truncate |
An optional vector used to truncate the printout of
results for individual studies (must be a logical vector of same
length as |
text.truncate |
A character string printed if study results were truncated from the printout. |
... |
Additional arguments which are
passed on to |
Author(s)
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
See Also
Examples
data(Moore1998)
m1 <- metabin(succ.e, nobs.e, succ.c, nobs.c,
data = Moore1998, sm = "OR", method = "Inverse")
print(summary(limitmeta(m1)), digits = 2)