R/databoys.R

#' Age and Weight Data of 6720 boys aged less than 18 years.
#'
#' A dataset of boys from the NHANES 1999-2000 to NHANES 2013-2014 data cuts.It contains
#' the weight, age,  and age raised to a power of 0.506. This power value was found by
#' the previously run gamlss::find.hyper step.
#'
#' @format A data frame with 6720 rows and 3 variables:
#' \describe{
#'   \item{WT}{weight, in kg}
#'   \item{AGE}{age, in in months}
#'   \item{nage}{age raised to a power of 0.506}
#' }
#' @source \url{https://wwwn.cdc.gov/nchs/nhanes/default.aspx/}
"BMXBOY20"
smouksassi/nhanesgamlss documentation built on Feb. 11, 2020, 10:21 p.m.