Learn R Programming

CardioDataSets (version 0.1.0)

sulphinpyrazone_tbl_df: Sulphinpyrazone for post-MI death prevention

Description

This dataset, sulphinpyrazone_tbl_df, is a tibble containing information from a clinical trial studying the efficacy of sulphinpyrazone in preventing sudden death after myocardial infarction. The data includes 1,475 patients randomly assigned to either the treatment or control group.

Usage

data(sulphinpyrazone_tbl_df)

Arguments

Format

A tibble with 1,475 observations and 2 variables:

group

Treatment assignment (factor with 2 levels: "control" and "treatment")

outcome

Patient outcome (factor with 2 levels)

Details

The dataset name has been kept as 'sulphinpyrazone_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the CardioDataSets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.