########### certolizumab (with covariate)
network <- with(certolizumab, {
network.data(Outcomes, Study, Treat, N=N, response="binomial", Treat.order,
covariate = covariate, covariate.type = "continuous", hy.prior = list("dhnorm", 0, 9.77))
})
# \donttest{
result <- network.run(network)
network.covariate.plot(result, base.treatment = "Placebo", comparison.treatment = "CZP",
covariate.name = "Disease Duration")
# }
Run the code above in your browser using DataLab