| diabetes {MBNMAtime} | R Documentation |
Studies comparing treatments for type 2 diabetes
Description
A dataset from of trials for reduction of haemoglobin A1c (HbA1c) in patients with type 2 diabetes(Ding and Fu 2013). Data are reported in each study arm as mean change from baseline to follow-up. The dataset includes 4 Randomised-Controlled Trials (RCTs), comparing 4 treatments.
Usage
diabetes
Format
A data frame in long format (one row per arm and study), with 28 rows and 7 variables:
-
studyIDStudy identifiers -
treatmentNumeric data indicating the treatment to which participants were randomised -
timeNumeric data indicating the time at which the observation was measured (given in weeks) -
yNumeric data indicating the mean change from baseline in HbA1c in a study arm -
seNumeric data indicating the standard error for the mean change from baseline in HbA1c in a study arm -
sdNumeric data indicating the standard deviation for the mean change from baseline in HbA1c in a study arm -
nNumeric data indicating the number of participants in each arm at each time-point
Details
diabetes is a data frame in long format (one row per observation, arm and study),
with the variables studyID, treatment, time, y, se, sd, and n.
References
Ding Y, Fu H (2013). “Bayesian indirect and mixed treatment comparisons across longitudinal time points.” Statistics in Medicine, 32, 2613-2628. doi:10.1002/sim.5688.