R/bmigrowth-dataset.R

#' BMI Measurements For 100 Individuals From 0 To 17 Years.
#'
#' A dataset containing the age, sex, weight, height and BMI for 100 individuals.
#' Measurements performed from birth to 17 years old.
#'
#' @format A data frame with 1050 rows and 6 variables:
#' \describe{
#'   \item{ID}{(character) ID using three digits.}
#'   \item{age}{(numeric) age in years.}
#'   \item{sex}{(integer) sex with 1: male and 0: female.}
#'   \item{weight}{(numeric) weight in kilograms.}
#'   \item{height}{(integer) height in centimetres.}
#'   \item{bmi}{(numeric) Body Mass Index in kilograms per quare metre.}
#' }
"bmigrowth"
mcanouil/eggla documentation built on April 5, 2025, 3:06 a.m.