View source: R/summary.rankogram.R
summary.rankogram | R Documentation |
Summary method for objects of class rankogram
to print
list of studies in subnetworks.
## 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"),
...
)
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. |
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
rankogram
# Examples:
# example(rankogram.netmeta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.