netgraph.netcomb: Network graph for objects of class netcomb

View source: R/netgraph.netcomb.R

netgraph.netcombR Documentation

Network graph for objects of class netcomb

Description

This function generates a graph of the evidence network.

Usage

## S3 method for class 'netcomb'
netgraph(x, ...)

Arguments

x

An object of class netcomb.

...

Additional arguments passed on to netgraph.netmeta.

Author(s)

Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de, Gerta Rücker gerta.ruecker@uniklinik-freiburg.de

See Also

netcomb, netgraph.netmeta

Examples

# Only consider studies including Face-to-face PST (to reduce
# runtime of example)
#
face <- subset(Linde2016, id %in% c(16, 24, 49, 118))

# Use pairwise() to transform data to comparison-based format
#
pw <- pairwise(treat = int,
  event = resp, n = n, studlab = paste(author, year),
  data = face, reference = "plac", sm = "OR")

# Conduct random effects network meta-analysis
#
nma <- netmeta(pw, common = FALSE)

# Additive model for treatment components (with placebo as inactive
# treatment)
#
cnma <- netcomb(nma, inactive = "placebo")

netgraph(cnma)


netmeta documentation built on April 11, 2026, 9:06 a.m.