network <- with(parkinsons, {
network.data(Outcomes, Study, Treat, SE = SE, response = "normal")
})
# \donttest{
result <- network.run(network)
summary(relative.effects(result, base.treatment = "Placebo"))
# }
Run the code above in your browser using DataLab