Learn R Programming

bnma (version 1.6.0)

sucra: Calculate SUCRA

Description

SUCRA is the surface under the cumulative ranking distribution defined in Salanti et al. (2011)

Usage

sucra(result, txnames = NULL, catnames = NULL)

Value

Returns SUCRA for each treatment

Arguments

result

Object created by network.run function

txnames

Treatment names used in creating legend

catnames

Category names. Only used in multinomial.

References

G. Salanti, A.E. Ades, J.P.A. Ioannidisa (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-71. tools:::Rd_expr_doi("10.1016/j.jclinepi.2010.03.016")

See Also

rank.tx

Examples

Run this code
########### certolizumab (with baseline risk)
network <- with(certolizumab, {
 network.data(Outcomes, Study, Treat, N=N, response = "binomial", Treat.order,
 baseline = "common", hy.prior = list("dhnorm", 0, 9.77))
})
# \donttest{
result <- network.run(network)
sucra(result)
# }

Run the code above in your browser using DataLab