You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: