summary.rankogram {netmeta} | R Documentation |
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 class 'rankogram'
summary(object, ...)
## S3 method for class '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 |
... |
Additional arguments (passed on to
|
x |
An object of class |
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 |
digits.mean |
Minimal number of significant digits for mean ranks, see
|
details.methods |
A logical specifying whether details on statistical methods should be printed. |
legend |
A logical indicating whether a legend should be printed. |
Author(s)
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
See Also
Examples
# Examples:
# example(rankogram.netmeta)