#cardiovascular
network <- with(cardiovascular,{
network.data(Outcomes, Study, Treat, N, response = "multinomial")
})
# \donttest{
result <- network.run(network)
exp(relative.effects.table(result)) #look at odds ratio instead of log odds ratio
# }
Run the code above in your browser using DataLab