HSAUR2 (version 1.1-17)

aspirin: Aspirin Data

Description

Efficacy of Aspirin in preventing death after a myocardial infarct.

Usage

data("aspirin")

Arguments

Format

A data frame with 7 observations on the following 4 variables.

dp

number of deaths after placebo.

tp

total number subjects treated with placebo.

da

number of deaths after Aspirin.

ta

total number of subjects treated with Aspirin.

Details

The data were collected for a meta-analysis of the effectiveness of Aspirin (versus placebo) in preventing death after a myocardial infarction.

Examples

Run this code
# NOT RUN {
  data("aspirin", package = "HSAUR2")
  aspirin

# }

Run the code above in your browser using DataLab