# \donttest{
# Using the alogliptin data
network <- mb.network(alog_pcfb)
# Estimate rankings from an Emax dose-response MBNMA
emax <- mb.run(network, fun=temax())
ranks <- rank(emax, param=c("emax"))
# Plot cumulative rankings for both dose-response parameters simultaneously
# Note that SUCRA values are also returned
cumrank(ranks)
# }
Run the code above in your browser using DataLab