Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Nov 25, 2019 · 0 comments

Comments

@bfinch1
Copy link

bfinch1 commented Nov 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant