**File descriptions**
"data_original.csv": our original Qualtrics data file as a CSV.
"data-prep.R": our data-prep script. this works with "data_original.csv"
"qualtrics.duration.csv" : this csv file contains three variables (i.e., preponseID, IPAddress, duration) that we manually copied and pasted from the Qualtrics webpage. view Results > Responses
"data_prepped.csv" : This data was transferred from the data_original.csv using our data-prep R script.
"analysis.R": our analysis script. it works with the data_prepped.csv file OR also with the semiFinal.Rdata. They are identical.