diabetes | R Documentation |
Network meta-analysis comparing six antihypertensive drugs against the incidence of diabetes.
A data frame with the following columns:
study | study label |
id | study id |
t | treatment label |
r | number of events |
n | group sample size |
rob | risk of bias assessment |
Elliott WJ, Meyer PM (2007): Incident diabetes in clinical trials of antihypertensive drugs: A network meta-analysis Lancet, 369, 201–7, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/S0140-6736(07)60108-1")}
mtrank
, tcc
data(diabetes)
head(diabetes)
#
pw <- pairwise(studlab = study, treat = t,
n = n, event = r, data = diabetes, sm = "OR")
#
net <- netmeta(pw, reference.group = "PLA")
#
ranks <- tcc(net, swd = 1.20, small.values = "desirable")
#
forest(ranks)
forest(ranks, reference.group = "ARB", baseline.reference = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.