summary.netconnection: Summary method for objects of class netconnection

View source: R/summary.netconnection.R

summary.netconnectionR Documentation

Summary method for objects of class netconnection

Description

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

Usage

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

## S3 method for class 'summary.netconnection'
print(x, ...)

Arguments

object

An object of class netconnection.

...

Additional arguments (passed on to print.netconnection.

x

An object of class summary.netconnection.

Author(s)

Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de

See Also

netconnection

Examples

# Artificial example with two subnetworks
#
t1 <- c("G", "B", "B", "D", "A", "F")
t2 <- c("B", "C", "E", "E", "H", "A")
#
nc2 <- netconnection(t1, t2)
print(nc2, details = TRUE)

summary(nc2)


netmeta documentation built on April 3, 2025, 6:12 p.m.