Print method for objects of class rankogram
.
# 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"),
...
)
An R object of class rankogram
.
A logical indicating to print ranking probabilities and SUCRAs for the common effects model.
A logical indicating to print ranking probabilities and SUCRAs for the random effects model.
A logical indicating whether cumulative ranking probabilities should be printed.
A logical indicating whether treatments should be sorted by decreasing SUCRAs.
A numeric defining the minimum number of characters used to create unique treatment names.
Minimal number of significant digits, see
print.default
.
A logical specifying whether details on statistical methods should be printed.
A logical indicating whether a legend should be printed.
A logical indicating whether warnings should be printed if deprecated arguments are used.
Additional arguments for printing.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
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
rankogram
, plot.rankogram
# Examples: example(rankogram.netmeta)
Run the code above in your browser using DataLab