###Parkinsons data example
network <- with(parkinsons, {
nodesplit.network.data(Outcomes, Study, Treat, SE = SE, response = "normal",
Treat.order = Treat.order, pair = c("Placebo", "Ropinirole"))
})
# \donttest{
result <- nodesplit.network.run(network)
summary(result)
# }
Run the code above in your browser using DataLab