The data come from the Regression Growth Evaluation Statin Study (REGRESS) which was a double-blind, placebo-controlled multicenter study to assess the effects of 2 years of treatment with the 3-hydroxy-3-methylglutaryl coenzyme A reductase inhibitor pravastatin on progression and regression of coronary atherosclerosis in male patients with a serum cholesterol level between 4 and 8 mmol/L (155 and 310 mg/dL) by quantitative coronary arteriography. The primary end point of the trial was the average mean segment diameter per patient.
These data are used to demonstrate how a patient-level meta-analysis to estimate the effect modificaton of a categorical factor can be estimated from aggregate data. In this case centers of REGRESS are treated as trials and the categorical factor is baseline age (<50, 50-59,="" 60+).<="" p="">
Because the data are for demonstrative purposes only, observations have been permuted within treatment group and trial so that the summary statistics are not equivalent to the outcomes of the original study.
50,>ipdlme
. Note that the treatment group columns of each data frame must be named trt
and ctrl
.
Y |
List of trial specific data frames containing the mean outcome (change is mean segment diameter) within each treatment-age subgroup. The treatment groups are by column and age groups by row. |
n |
List of trial specific data frames containing the sample sizes of each treatment-age subgroup. |
S2 |
Vector of trial sample variances in change in mean segment diameter. |
data(regress_age)
n[1:3]
Y[1:3]
S2[1:3]
Run the code above in your browser using DataLab