R/children.R

#' Children dataset.
#'
#'
#'@name children
#'@docType data
#'@usage children
#'@description This children data set contains the age and height 
#'measurements of 2500 children aged 5 to 19 years, splitted 
#'by sex (1292 females and 1208 males).
#'
#'@format \code{children} is a data frame with 2500 cases (rows) and 
#'3 variables (columns).
#'\describe{
#'  \item{sex}{Individual's gender (female or male).} 
#'  \item{height}{Height measured in centimeters.}
#'  \item{age}{Age in years.}
#'  }
#'  
#'@note Other data sets of this type can be obtained 
#'from \url{https://www.who.int/toolkits/child-growth-standards}.
#' @examples
#' data(children)
#' head(children)
#'


NULL

Try the npregfast package in your browser

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

npregfast documentation built on Sept. 2, 2022, 5:07 p.m.