baseballfans | R Documentation |
An artificially generated dataset describing basic demographics and accessorization choices of baseball fans as part of a a hypothetical market research study from stadium merchandise vendors. None of the data are real; they were produced for illustrative and testing purposes only.
baseballfans
baseballfans
A data frame with 19 rows and 10 columns:
Unique integer identifier for each individual.
Age in years at time of observation.
Self‐reported gender (“Male” or “Female”).
Eye color (“Brown”, “Green”, “Blue”), or missing (NA) if not recorded.
Height in centimeters; missing (NA) if not recorded.
Hair color (“Black”, “Blond”, “Red”, “Brown”).
Logical flag (TRUE/FALSE) indicating whether the individual wears glasses.
Logical flag (TRUE/FALSE) indicating whether the individual is wearing a hat.
Type of hat worn, if any (e.g., “baseball cap”, “stetson”, “fedora”, “top hat”); empty when WearingHat == FALSE.
Date of observation in day/month/year format (e.g., 9/05/2023). Stored as character vector
#' @source Synthetic data; no real persons were observed.
This mock dataset was created to demonstrate ggEDA functionality. All entries are fictional.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.