Summary method for objects of class rankogram to print
list of studies in subnetworks.
# 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"),
...
)
An object of class rankogram.
Additional arguments (passed on to
print.rankogram.
An object of class summary.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 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 for ranking probabilities
and SUCRAs, see print.default.
Minimal number of significant digits for mean ranks, see
print.default.
A logical specifying whether details on statistical methods should be printed.
A logical indicating whether a legend should be printed.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
rankogram
# Examples:
# example(rankogram.netmeta)
Run the code above in your browser using DataLab