data(smoke)
nma.networkplot(s.id = smoke$sid, t.id = smoke$tid, weight = TRUE,
title = "Smoke Cessation Data", adjust.figsizex = 1.1,
trtname = c("NC", "SH", "IC", "GC"))
# NC: No contact; SH: Self-help
# IC: individual counselling; GC: group counselling
data(diabetes)
nma.networkplot(s.id = diabetes$sid, t.id = diabetes$tid, weight = TRUE,
title = "Diabetes Data", trtname = c("Diuretic", "Placebo",
"b-blocker", "CCB", "ACE inhibitor", "ARB"))Run the code above in your browser using DataLab