Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.limitmeta

Print method for limit meta-analysis


Description

Print method for objects of class limitmeta.

Usage

## S3 method for class 'limitmeta'
print(
  x,
  sortvar,
  backtransf = x$backtransf,
  digits = gs("digits"),
  big.mark = gs("big.mark"),
  ...
)

Arguments

x

An object of class limitmeta

sortvar

An optional vector used to sort the individual studies (must be of same length as x$TE).

backtransf

A logical indicating whether results should be back transformed in printouts and plots. If backtransf=TRUE (default), results for sm="OR" are printed as odds ratios rather than log odds ratio, for example.

digits

Minimal number of significant digits, see print.default.

big.mark

A character used as thousands separator.

...

Additional arguments which are passed on to print.summary.limitmeta called internally.

Details

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

Author(s)

Guido Schwarzer sc@imbi.uni-freiburg.de

See Also

Examples

data(Moore1998)
m1 <- metabin(succ.e, nobs.e, succ.c, nobs.c,
              data = Moore1998, sm = "OR", method = "Inverse")

print(limitmeta(m1), digits = 2)

metasens

Statistical Methods for Sensitivity Analysis in Meta-Analysis

v0.6-0
GPL (>= 2)
Authors
Guido Schwarzer [cre, aut] (<https://orcid.org/0000-0001-6214-9087>), James R. Carpenter [aut] (<https://orcid.org/0000-0003-3890-6206>), Gerta Rücker [aut] (<https://orcid.org/0000-0002-2192-2560>)
Initial release
2021-01-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.