View source: R/print.summary.limitmeta.R
print.summary.limitmeta | R Documentation |
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
## 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 ***", ... )
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 |
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
limitmeta
, summary.limitmeta
data(Moore1998) m1 <- metabin(succ.e, nobs.e, succ.c, nobs.c, data = Moore1998, sm = "OR", method = "Inverse") print(summary(limitmeta(m1)), digits = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.