R/berkeley_exdata.R

#' @title Berkeley Child Guidance Study Data for females
#'
#' @description A subset of the [bsitar::berkeley] data that contains
#'   longitudinal growth data for 70 females (8 to 18 years of age).
#'
#' @details A detailed description of the full data is provided in the
#'   [bsitar::berkeley] data.
#'
#' @name berkeley_exdata
#' @docType data
#' @format A data frame with following 3 variables:
#' \describe{
#' \item{id}{factor variable}
#' \item{age}{years, numeric vector}
#' \item{height}{cm, numeric vector}
#' }
#'
#' @keywords datasets
#'
#' @return A data frame with 3 columns.
#' @inherit berkeley author
"berkeley_exdata"

Try the bsitar package in your browser

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

bsitar documentation built on May 29, 2024, 7:33 a.m.