R/HairEyeColor2.R

#' Dummy data
#' 
#' This is just a `tibble` version of the `datasets::HairEyeColor` data,
#' then randomly sampled without replacement and added IDs.
#' 
#' @format A tibble with 4 columns.
#' * `id` - Unique ID
#' * `hair` - A factor variable with 4 levels representing hair color - Black, Brown, Red, and Blond
#' * `eye` - A factor variable with 4 levels representing eye color - Brown, Blue, Hazel, and Green
#' * `sex` - A factor variable with 2 levels representing gender - Male and Female
"HairEyeColor2"
ttrodrigz/iterake documentation built on March 27, 2024, 12:48 a.m.