A dataset containing demographic information about individuals, including their unique identifier, age, height, weight, marital status, education level, employment status, and socioeconomic status.
Usage
data("data_rename")
Format
A tibble with 15 rows and 9 variables:
- uniqueidentifier
character
: Unique identifier for each individual.- where_from
character
: The region where the individual is from.- age
numeric
: Age of the individual in years.- height
numeric
: Height of the individual in meters.- weight
numeric
: Weight of the individual in kilograms.- group
character
: Blood type group of the individual.- maritalstatus
character
: Marital status of the individual.- highesteducationlevel
character
: The highest education level attained by the individual.- employed
character
: Employment status of the individual.- socioeconomicstatus
character
: The socioeconomic status of the individual.
Examples
dta_gtable(data_rename)