cardiovascular_list | R Documentation |
This dataset, cardiovascular_list, is a list containing data from 34 clinical trials comparing low dose (1), high dose (2), and placebo (3) statins for cardiovascular disease prevention. The dataset includes study identifiers, treatment assignments, and outcome counts.
data(cardiovascular_list)
A list with 4 components:
Study identifiers (integer vector of length 34)
Treatment assignments (numeric vector: 1=low dose, 2=high dose, 3=placebo)
Outcome matrix with 34 rows and 3 columns:
Number of patients alive (numeric)
Number with non-fatal CVD events (numeric)
Number with fatal CVD events (numeric)
Sample sizes (numeric vector of length 34)
The dataset name has been kept as 'cardiovascular_list' 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 original content has not been modified in any way.
Data taken from the bnma package version 1.6.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.