regress: Aggregated data set of REGRESS trial outcomes for IPD...

Description Format Author(s) References Examples

Description

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+).

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.

Format

The data are formatted as needed for use with 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.
S2.subgroup List of trial specific data frames containing the sample variance of each treatment-age subgroup.

Author(s)

S. Kovalchik s.a.kovalchik@gmail.com

References

Jukema JW, Bruschke AVG, van Boven AJ, Reiber JHC, Bal ET, Zwinderman AH, et al. on behalf of the REGRESS Study Group Interuniversity Cardiology Institute Utrecht Netherlands. Effects of Lipid Lowering by Pravastatin on Progression and Regression of Coronary Artery Disease in Symptomatic Men With Normal to Moderately Elevated Serum Cholesterol Levels Circulation. 1995;91:2528-2540.

Examples

1
2
3
4
5
6
7
data(regress_age)

n[1:3]

Y[1:3]

S2[1:3]

ipdmeta documentation built on May 2, 2019, 3:29 p.m.