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"),
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 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
,
dat.woods2010
pw1 <- pairwise(treatment, event = r, n = N, studlab = author,
data = dat.woods2010, sm = "OR")
net1 <- netmeta(pw1, small.values = "desirable")
ran1 <- rankogram(net1, nsim = 100)
ran1
print(ran1, cumulative.rankprob = TRUE)
Run the code above in your browser using DataLab