Skip to content

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

@bfinch1

Description

@bfinch1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions