summary.netmetareg: Summary method for objects of class netmetareg

View source: R/summary.netmetareg.R

summary.netmetaregR Documentation

Summary method for objects of class netmetareg

Description

Summary method for objects of class netmetareg to print list of studies in subnetworks.

Usage

## S3 method for class 'netmetareg'
summary(object, ...)

## S3 method for class 'summary.netmetareg'
print(
  x,
  digits = gs("digits"),
  digits.se = gs("digits.se"),
  big.mark = gs("big.mark"),
  ...
)

Arguments

object

An object of class netmetareg.

...

Additional arguments (ignored).

x

An object of class summary.netmetareg.

digits

Minimal number of significant digits, see print.default.

digits.se

Minimal number of significant digits for standard errors.

big.mark

A character used as thousands separator.

Author(s)

Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de

See Also

netmetareg

Examples

## Not run: 
data(smokingcessation)
# Add variable with (fictitious) risk of bias values
# with 1 = "low risk" and 2 = "high risk"
#
smokingcessation$rob <- rep(1:2, 12)

pw1 <- pairwise(list(treat1, treat2, treat3),
  event = list(event1, event2, event3), n = list(n1, n2, n3),
  data = smokingcessation, sm = "OR")

net1 <- netmeta(pw1, common = FALSE, ref = "A")

# Network meta-regression with continuous covariate and assumption of
# independent slopes
nr1 <- netmetareg(net1, rob)
nr1

summary(nr1)

## End(Not run)


guido-s/netmeta documentation built on June 12, 2025, 11:59 p.m.