Learn R Programming

meta (version 4.18-0)

Olkin1995: Thrombolytic Therapy after Acute Myocardial Infarction

Description

Meta-analysis on Thrombolytic Therapy after Acute Myocardial Infarction

Arguments

Format

A data frame with the following columns:

author first author
year year of publication
ev.exp number of events in experimental group
n.exp number of observations in experimental group
ev.cont number of events in control group

Examples

Run this code
# NOT RUN {
data(Olkin1995)
summary(metabin(ev.exp, n.exp, ev.cont, n.cont, data = Olkin1995))
# }

Run the code above in your browser using DataLab