Sample data for demographic, technology, and employment information.
Source:R/data_sample.R
data_sample.Rd
A dataset containing demographic information about individuals, including their unique identifier, age, height, weight, marital status, education level, employment status, socioeconomic status, language, technology ownership, and skills in various tools.
Usage
data("data_sample")
Format
A tibble with 10 rows and 19 variables:
- id
character
: Unique identifier for each individual.- region
character
: The region where the individual is from.- age
numeric
: Age of the individual in years.- age_group
character
: Age group of the individual.- height
numeric
: Height of the individual in meters.- weight
numeric
: Weight of the individual in kilograms.- blood_group
character
: Blood group of the individual.- marital_status
character
: Marital status of the individual.- education
character
: The highest level of education attained.- employed
character
: Employment status of the individual.- ses
character
: Socioeconomic status of the individual.- language
character
: The primary language spoken by the individual.- phone
character
: The type of phone the individual uses.- transport
character
: The primary mode of transport used by the individual.- gadgets_owned
character
: A comma-separated list of gadgets owned by the individual.- r
character
: Whether the individual has skills in R.- python
character
: Whether the individual has skills in Python.- sas
character
: Whether the individual has skills in SAS.- stata
character
: Whether the individual has skills in Stata.- spss
character
: Whether the individual has skills in SPSS.- excel
character
: Whether the individual has skills in Excel.
Examples
dta_gtable(head(data_sample))