R/showdata.R

#' Showdata
#'
#' A toy dataset that contains the results of a (fictional) survey
#' commissioned from a well-known streaming platform. The platform invited 100
#' people to watch footage of their new show before the premiere. After that,
#' the participants were asked to pick their favorite color, actress, actors
#' and shows from a list. Finally, they were asked to disclose if they liked the new show.
#'
# This synthetic dataset is related to showrank and showsets.
#'
#' @format
#' A data.frame with 100 rows and 5 factor variables:
#' \describe{
#'   \item{Favorite.color}{Favorite color}
#'   \item{Favorite.actress}{Favorite actress}
#'   \item{Favorite.actor}{Favorite actor}
#'   \item{Favorite.show}{Favorite show}
#'   \item{Liked.new.show}{Do you like the new show?}
#' }
#' @source Own
"showdata"

Try the kerntools package in your browser

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

kerntools documentation built on April 3, 2025, 7:52 p.m.