I'm trying to use itrackR for my data set and working through your introduction (I'm also implementing polygonal ROIs at the moment).
When it comes to the merge with the behavioral data, I do have problems, though. It seems that there are EDF messages missing in itrackR. I do not have much knowledge of this whole EDF thing, but it looks to me, as if EDF messages that were send before or after the eye tracker was actually recording eye movements are not considered in itrackR (because they do not belong to a trial as defined in edf.trials from edfR).
I would need this information as it contains the names of the stimuli that I have used (under the string !V TRIAL_VAR my_variable_name value).
I think this comes from using the edf.batch() function that uses edf.trials(). I changed the implementation of edf.trials() slightly so that it uses edf.messages() internally but this then crashes with the eyetrial column (so maybe I could have filed this bug over at edfR), the latest in find_messages()from itrackR.
Would it possible (and sensible) to include all messages? Or am I using your package in a wrong way?
Do you get my problem or do I need to be more specific and/or send examples?
I'm trying to use
itrackRfor my data set and working through your introduction (I'm also implementing polygonal ROIs at the moment).When it comes to the merge with the behavioral data, I do have problems, though. It seems that there are EDF messages missing in
itrackR. I do not have much knowledge of this whole EDF thing, but it looks to me, as if EDF messages that were send before or after the eye tracker was actually recording eye movements are not considered initrackR(because they do not belong to a trial as defined inedf.trialsfromedfR).I would need this information as it contains the names of the stimuli that I have used (under the string
!V TRIAL_VAR my_variable_name value).I think this comes from using the
edf.batch()function that usesedf.trials(). I changed the implementation ofedf.trials()slightly so that it usesedf.messages()internally but this then crashes with theeyetrialcolumn (so maybe I could have filed this bug over atedfR), the latest infind_messages()fromitrackR.Would it possible (and sensible) to include all messages? Or am I using your package in a wrong way?
Do you get my problem or do I need to be more specific and/or send examples?