R/data_bechdel.R

#' Bechdel Test for over 1500 movies
#'
#' A dataset containing data behind the story
#' "The Dollar-And-Cents Case Against Hollywood's Exclusion of Women"
#' \url{https://fivethirtyeight.com/features/the-dollar-and-cents-case-against-hollywoods-exclusion-of-women/}.
#'
#' @format A data frame with 1794 rows and 3 variables:
#' \describe{
#'   \item{year}{The release year of the movie}
#'   \item{title}{The title of the movie}
#'   \item{binary}{Bechdel test result (PASS, FAIL)}
#' }
#' @source <https://github.com/fivethirtyeight/data/tree/master/bechdel/>
"bechdel"
mdogucu/bayesrules documentation built on April 23, 2022, 2:46 a.m.