network <- with(statins, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial",
Treat.order = c("Placebo", "Statin"), covariate = covariate, covariate.type = "discrete")
})
# \donttest{
result <- network.run(network)
plot(result, only.pars = "sd")
# }
Run the code above in your browser using DataLab