R/fugazi.R

#' Toy dataset of Music Taste and Age.
#'
#' A dataset containing the music type, age group, and liking rating.
#'
#' @format A data frame with 90 rows and 3 variables:
#' \describe{
#'   \item{music}{Music Type: Fugazi, Abba, and Manilow}
#'   \item{age}{Age Group: 0-40 or 40+}
#'   \item{liking}{Liking Rating: Scale with a range from -118 to 122}
#'   ...
#' }
#' @source internally created toy dataset
"fugazi"
A-Farina/pl462 documentation built on May 9, 2022, 1:52 p.m.