A dataset containing information about individuals, including their ID, age, height, and weight.
Usage
data("data_bmi")
Format
A tibble with 15 rows and 4 variables:
- id
character
: Unique identifier for each individual- age
numeric
: Age of the individual in years.- height
numeric
: Height of the individual in meters.- weight
numeric
: Weight of the individual in kilograms.
Examples
dta_gtable(data_bmi)