cad_anticoagulants_df | R Documentation |
This dataset, cad_anticoagulants_df, is a data frame containing information from 34 clinical trials examining the effectiveness of oral anticoagulants in patients with coronary artery disease. It includes data on treatment outcomes comparing anticoagulant therapy with control groups.
data(cad_anticoagulants_df)
A data frame with 34 observations and 9 variables:
Study identifier (character vector)
Year of publication (integer vector)
Intensity of anticoagulation treatment (character vector)
Aspirin use in treatment group (integer vector)
Aspirin use in control group (integer vector)
Number of events in treatment group (integer vector)
Total number of participants in treatment group (integer vector)
Number of events in control group (integer vector)
Total number of participants in control group (integer vector)
The dataset name has been kept as 'cad_anticoagulants_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 metadat package version 1.2-0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.