A dataset containing information about individuals, including their ID and calculated Body Mass Index (BMI).
Usage
data("data_bmicat")
Format
A tibble with 15 rows and 2 variables:
- id
character
: Unique identifier for each individual- bmi
numeric
: Body Mass Index (BMI)
Examples
dta_gtable(data_bmicat)