print.frag.nma {fragility} | R Documentation |
Print Method for "frag.nma" Objects
Description
Prints information about the fragility of a network meta-analysis with a binary outcome.
Usage
## S3 method for class 'frag.nma'
print(x, ...)
Arguments
x |
an object of class |
... |
other arguments. |
Details
Due to the space limit, the output only includes the basic characteristics of the network meta-analysis (the numbers of studies and treatments), the effect size, and the brief information about fragility index and quotient. More information can be retrieved from the list object x
. For example, the estimated effect sizes can be retrieved from x$est.ori
, and the directions of significance change corresponding to the fragility index/quotient can be retrieved from x$dir
.
Value
None.
See Also
[Package fragility version 1.4 Index]