Learn R Programming

mtrank (version 0.1-1)

diabetes: Network meta-analysis studying the incidence of diabetes

Description

Network meta-analysis comparing six antihypertensive drugs against the incidence of diabetes.

Arguments

Format

A data frame with the following columns:

studystudy label
idstudy id
ttreatment label
rnumber of events
ngroup sample size
robrisk of bias assessment

See Also

mtrank, tcc

Examples

Run this code
data(diabetes)
#
ranks <- tcc(treat = t, studlab = study, event = r, n = n, data = diabetes,
  mcid = 1.20, sm = "OR", small.values = "desirable")
#
forest(ranks, treat = "ARB")

Run the code above in your browser using DataLab