Learn R Programming

netmeta (version 3.2-0)

summary.netconnection: 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 netconnection
summary(object, ...)

# S3 method for 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.

See Also

netconnection

Examples

Run this code
# 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)

Run the code above in your browser using DataLab