Print method for limit meta-analysis
Print method for objects of class limitmeta.
## S3 method for class 'limitmeta'
print(
x,
sortvar,
backtransf = x$backtransf,
digits = gs("digits"),
big.mark = gs("big.mark"),
...
)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. |
... |
Additional arguments which are
passed on to |
This function prints the summary information from
summary.limitmeta together with the following study
information:
Effect estimate with confidence interval
Shrunken effect estimates with confidence interval
Guido Schwarzer sc@imbi.uni-freiburg.de
data(Moore1998)
m1 <- metabin(succ.e, nobs.e, succ.c, nobs.c,
data = Moore1998, sm = "OR", method = "Inverse")
print(limitmeta(m1), digits = 2)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.