Learn R Programming

meta (version 4.4-1)

Olkin95: Thrombolytic Therapy after Acute Myocardial Infarction

Description

Meta-analysis on Thrombolytic Therapy after Acute Myocardial Infarction

Usage

data(Olkin95)

Arguments

Format

A data frame with the following columns:
author
First author
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

Olkin I (1995), Statistical and theoretical considerations in meta-analysis. Journal of Clinical Epidemiology, 48, 133--146.

Examples

Run this code
data(Olkin95)
summary(metabin(event.e, n.e, event.c, n.c, data=Olkin95))

Run the code above in your browser using DataLab