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"

Try the bayesrules package in your browser

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

bayesrules documentation built on Sept. 25, 2021, 9:06 a.m.