The dataset name has been changed to 'smoking_tbl_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_tbl_df' indicates that this dataset is a tibble, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
Usage
data(smoking_tbl_df)
Format
A tibble with 1,691 observations and 12 variables:
- gender
A factor indicating the gender of the respondent (e.g., male, female).
- age
An integer representing the age of the respondent.
- marital_status
A factor indicating the marital status of the respondent (e.g., single, married).
- highest_qualification
A factor indicating the highest qualification attained by the respondent.
- nationality
A factor indicating the nationality of the respondent.
- ethnicity
A factor indicating the ethnicity of the respondent.
- gross_income
A factor indicating the gross income level of the respondent.
- region
A factor indicating the geographical region of the respondent.
- smoke
A factor indicating whether the respondent is a smoker (e.g., yes, no).
- amt_weekends
An integer representing the amount smoked on weekends.
- amt_weekdays
An integer representing the amount smoked on weekdays.
- type
A factor indicating the type of smoking behavior (e.g., occasional, regular).