bachelor.csv

The data in bachelor.csv include data on all \(n=50\) contestants on ABC’s television show The Bachelor and The Bachelorette.


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
bachelor <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/bachelor.csv")