statinMIrisk_df | R Documentation |
This dataset, statinMIrisk_df, is a data frame containing results from 4 clinical trials investigating the effect of statin therapy intensity on the risk of myocardial infarction or coronary death. The data compares intensive versus standard statin regimens.
data(statinMIrisk_df)
A data frame with 4 observations and 5 variables:
Study identifier (character)
Number of events in intensive treatment group (numeric)
Total patients in intensive treatment group (numeric)
Number of events in control/standard group (numeric)
Total patients in control/standard group (numeric)
The dataset name has been kept as 'statinMIrisk_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 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.
Data taken from the RTSA package version 0.2.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.