Learn R Programming

netmeta (version 3.2-0)

print.rankogram: Print method for rankograms

Description

Print method for objects of class rankogram.

Usage

# S3 method for rankogram
print(
  x,
  common = x$common,
  random = x$random,
  cumulative.rankprob = x$cumulative.rankprob,
  sort = TRUE,
  nchar.trts = x$nchar.trts,
  digits = gs("digits.prop"),
  details.methods = gs("details"),
  legend = gs("legend"),
  warn.deprecated = gs("warn.deprecated"),
  ...
)

Arguments

x

An R object of class 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.

cumulative.rankprob

A logical indicating whether cumulative ranking probabilities should be printed.

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, 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.

warn.deprecated

A logical indicating whether warnings should be printed if deprecated arguments are used.

...

Additional arguments for printing.

References

Salanti G, Ades AE, Ioannidis JP (2011): Graphical methods and numerical summaries for presenting results from multiple-treatment meta-analysis: an overview and tutorial. Journal of Clinical Epidemiology, 64, 163--71

See Also

rankogram, plot.rankogram

Examples

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

Run the code above in your browser using DataLab