Bechdel Sampler

Author
Affiliation

Laurie Baker

Bates College

Published

October 7, 2024

Modified

August 5, 2025

The Rule

The Rule - Comic by Alison Bechdel

The Rule - Comic by Alison Bechdel

Packages

library(tidyverse)
library(fivethirtyeight)
library(DT)
bechdel |>
  select(year, title, clean_test, binary) |>
DT::datatable()

Randomly select a movie

Randomly select several movies and summarize pass and fail.