meta (version 4.13-0)

Fleiss93: Aspirin after Myocardial Infarction

Description

Meta-analysis on aspirin in preventing death after myocardial infarction.

Data example in Fleiss (1993) for meta-analysis with binary outcomes.

Arguments

Format

A data frame with the following columns:

study study label
year year of publication
event.e number of deaths in aspirin group
n.e number of observations in aspirin group
event.c number of deaths in placebo group

Examples

Run this code
# NOT RUN {
data(Fleiss93)
metabin(event.e, n.e, event.c, n.c,
        data = Fleiss93,
        studlab = paste(study, year),
        sm = "OR", comb.random = FALSE)
# }

Run the code above in your browser using DataLab