R/data_galton.R

#' Galton's Height Data
#'
#' @format A data frame with 898 cases and 6 variables:
#' \describe{
#'   \item{family}{The family that the child belongs to, labeled by the numbers from 1 to 204 and 136A.}
#'   \item{father}{The father's height, in inches.}
#'   \item{mother}{The mother's height, in inches.}
#'   \item{gender}{The gender of the child, male (M) or female (F).}
#'   \item{height}{The height of the child, in inches.}
#'   \item{kids}{The number of kids in the family of the child.}
#'   \item{male}{1 if the child is male. 0 if the child is female.}
#'   \item{female}{1 if the child is female. 0 if the child is male.}
#' }
#' @source Francis Galton, 2017, "Galton height data",
#'   \url{https://doi.org/10.7910/DVN/T0HSJ1}, Harvard Dataverse, V1,
#'   UNF:6:2ty+0YgqR2a66FlvjCuPkQ== \[fileUNF\]
"galton"
jeksterslabds/boilerplatePackage documentation built on July 15, 2020, 5:01 a.m.