smoking_tbl_df | R Documentation |
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.
data(smoking_tbl_df)
A tibble with 1,691 observations and 12 variables:
A factor indicating the gender of the respondent (e.g., male, female).
An integer representing the age of the respondent.
A factor indicating the marital status of the respondent (e.g., single, married).
A factor indicating the highest qualification attained by the respondent.
A factor indicating the nationality of the respondent.
A factor indicating the ethnicity of the respondent.
A factor indicating the gross income level of the respondent.
A factor indicating the geographical region of the respondent.
A factor indicating whether the respondent is a smoker (e.g., yes, no).
An integer representing the amount smoked on weekends.
An integer representing the amount smoked on weekdays.
A factor indicating the type of smoking behavior (e.g., occasional, regular).
This dataset contains information on smoking habits in the UK, focusing on various demographic factors and smoking behaviors. It provides insights into smoking patterns among different groups of people, helping to inform public health strategies.
Data collected from UK health surveys focusing on smoking behavior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.