gemtc (version 0.8-8)

hfPrevention: Statins versus placebo in primary and secondary prevention of heart failure

Description

A dataset of 19 trials comparing statins versus placebo or usual care for cholesterol lowering. The main outcome is the number of deaths. Trials are either primary prevention (no previous heart disease; secondary = 0) or secondary prevention (previous heart disease; secondary = 1).

Arguments

Format

A meta-regression dataset containing 38 rows of arm-based data (responders and sample size).

Examples

Run this code
# NOT RUN {
# Build a model similar to Program 1(a) from Dias et al. (2013b):
regressor <- list(coefficient='shared',
                  variable='secondary',
                  control='control')

model <- mtc.model(hfPrevention,
                   type="regression",
                   regressor=regressor,
                   hy.prior=mtc.hy.prior("std.dev", "dunif", 0, 5))

# }
# NOT RUN {
result <- mtc.run(model)
# }

Run the code above in your browser using DataLab