esp.csv

The esp.csv data include information on \(n=20\) predictions made in the EPSY 5261 ESP experiment.


The attributes included in the data are:


Preview

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