heartdiseaserisk_tbl_df | R Documentation |
This dataset, heartdiseaserisk_tbl_df, is a tibble containing cardiovascular risk factor data from 498 individuals. It includes measures of physical activity (biking), smoking habits, and heart disease prevalence.
data(heartdiseaserisk_tbl_df)
A tibble with 498 observations and 3 variables:
Frequency of biking activity (numeric)
Prevalence of heart disease (numeric)
Smoking frequency or intensity (numeric)
The dataset name has been kept as 'heartdiseaserisk_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.
Data taken from the Path.Analysis package version 0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.