jwdink / eyetrackingR

This package is designed to make dealing with eye-tracking data easier. It addresses tasks along the pipeline from raw data to analysis and visualization.
http://eyetrackingr.com
Other
82 stars 20 forks source link

Error: One of your columns (aoi_columns) could not be converted to the correct format (TRUE/FALSE), please do so manually. #68

Open bfinch1 opened 4 years ago

bfinch1 commented 4 years ago

Hello, I am new to using this package and have not been able to get past the first step in getting ready for analysis. I have two columns that are causing the problem, TargetHit and DistractorHit. They were originally coded as 0 and 1, but after getting this error message, I recoded them as TRUE and FALSE. I am still getting the same error message. Do you have any suggestions? Here is the code I am inputting: d1 <- make_eyetrackingr_data(d, participant_column = "ParticipantName",trackloss_column = NULL, trial_column = "MediaName", time_column = "newtimestamp", aoi_columns = c('TargetHit','DistractorHit'), treat_non_aoi_looks_as_missing = TRUE)

Any help is appreciated.