R/data.R

#' NHANES database (demographics and body measure data combined, from 2017-2018).
#'
#' @format data frame
#' \describe{
#'    \item{BS_ID}{Original identifier}
#'    \item{SEX}{Sex: 1 for males, 2 for females}
#'    \item{AGE}{Age in years}
#'    \item{BW}{Body weight in kg}
#'    \item{BMI}{Body mass index}
#'    \item{HT}{Height in cm}
#' }
#' @source \url{https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DEMO_J.XPT}
#' @source \url{https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/BMX_J.XPT}
"nhanes"

Try the campsis package in your browser

Any scripts or data that you put into this service are public.

campsis documentation built on Sept. 11, 2024, 7:18 p.m.