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

print.netimpact

Print method for objects of class netimpact


Description

Print method for objects of class netimpact.

Usage

## S3 method for class 'netimpact'
print(
  x,
  comb.fixed = x$x$comb.fixed,
  comb.random = x$x$comb.random,
  digits = gs("digits.prop"),
  ...
)

Arguments

x

An object of class netimpact.

comb.fixed

A logical indicating whether results for the fixed effects (common effects) model should be printed.

comb.random

A logical indicating whether results for the random effects model should be printed.

digits

Minimal number of significant digits.

...

Additional arguments (ignored).

Author(s)

Guido Schwarzer sc@imbi.uni-freiburg.de

See Also

Examples

data(parkinson)

# Only consider first four studies (to reduce runtime of example)
#
p1 <- pairwise(list(Treatment1, Treatment2, Treatment3),
               n = list(n1, n2, n3),
               mean = list(y1, y2, y3),
               sd = list(sd1, sd2, sd3),
               data = subset(parkinson, Study < 5),
               studlab = Study)

net1 <- netmeta(p1)
ni <- netimpact(net1, verbose = TRUE)
ni

netmeta

Network Meta-Analysis using Frequentist Methods

v1.4-0
GPL (>= 2)
Authors
Gerta Rücker [aut] (<https://orcid.org/0000-0002-2192-2560>), Ulrike Krahn [aut], Jochem König [aut] (<https://orcid.org/0000-0003-4683-0360>), Orestis Efthimiou [aut] (<https://orcid.org/0000-0002-0955-7572>), Guido Schwarzer [aut, cre] (<https://orcid.org/0000-0001-6214-9087>)
Initial release
2021-05-11

We don't support your browser anymore

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