Skip to contents

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.

Usage

data(heartdiseaserisk_tbl_df)

Format

A tibble with 498 observations and 3 variables:

Biking

Frequency of biking activity (numeric)

Heart.disease

Prevalence of heart disease (numeric)

Smoking

Smoking frequency or intensity (numeric)

Source

Data taken from the Path.Analysis package version 0.1

Details

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.