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)
summary(result)
# }
Run the code above in your browser using DataLab