netrank(x, small.values="good")
"print"(x, sort=TRUE, digits=max(4, .Options$digits - 3), ...)
netmeta
(netrank function) or
netrank
(print function)."good"
) or harmful
("bad"
) effect, can be abbreviated.print.default
.print.data.frame
function (used internally).netrank
with corresponding print
function. The object is a list containing the following components:
The P-score of treatment i is defined as the mean of all 1 - P[j] where P[j] denotes the one-sided P-value of accepting the alternative hypothesis that treatment i is better than one of the competing treatments j. Thus, if treatment i is better than many other treatments, many of these P-values will be small and the P-score will be large. Vice versa, if treatment i is worse than most other treatments, the P-score is small.
The P-score of treatment i can be interpreted as the mean extent of certainty that treatment i is better than another treatment. This interpretation is comparable to that of the Surface Under the Cumulative RAnking curve (SUCRA) which is the rank of treatment i within the range of treatments, measured on a scale from 0 (worst) to 1 (best) (Salanti et al. 2011).
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(2), 163--171.
netmeta
data(Senn2013)
net1 <- netmeta(TE, seTE, treat1, treat2, studlab,
data=Senn2013, sm="MD")
nr1 <- netrank(net1)
nr1
print(nr1, sort=FALSE)
Run the code above in your browser using DataLab