Fleiss93 {meta}R Documentation

Aspirin after Myocardial Infarction

Description

Meta-analysis on Aspirin in Preventing Death after Myocardial Infarction

Usage

data(Fleiss93)

Format

A data frame with the following columns:

study
study label
year
year of publication
event.e
number of events in experimental group
n.e
number of observations in experimental group
event.c
number of events in control group
n.c
number of observations in control group

Source

Fleiss JL (1993), The statistical basis of meta-analysis. Statistical Methods in Medical Research, 2, 121–145.

Examples

data(Fleiss93)
metabin(event.e, n.e, event.c, n.c,
        data=Fleiss93,
        studlab=paste(study, year))

[Package meta version 0.9-18 Index]