Learn R Programming

netmeta (version 3.2-0)

summary.rankogram: Summary method for objects of class rankogram

Description

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

Usage

# S3 method for rankogram
summary(object, ...)

# S3 method for summary.rankogram print( x, common = x$common, random = x$random, sort = TRUE, nchar.trts = x$nchar.trts, digits = gs("digits.prop"), digits.mean = 2, details.methods = gs("details"), legend = gs("legend"), ... )

Arguments

object

An object of class rankogram.

...

Additional arguments (passed on to print.rankogram.

x

An object of class summary.rankogram.

common

A logical indicating to print ranking probabilities and SUCRAs for the common effects model.

random

A logical indicating to print ranking probabilities and SUCRAs for the random effects model.

sort

A logical indicating whether treatments should be sorted by decreasing SUCRAs.

nchar.trts

A numeric defining the minimum number of characters used to create unique treatment names.

digits

Minimal number of significant digits for ranking probabilities and SUCRAs, see print.default.

digits.mean

Minimal number of significant digits for mean ranks, see print.default.

details.methods

A logical specifying whether details on statistical methods should be printed.

legend

A logical indicating whether a legend should be printed.

See Also

rankogram

Examples

Run this code
# Examples:
# example(rankogram.netmeta)

Run the code above in your browser using DataLab