SimData {eyeRead} | R Documentation |
A simulated dataset with eye tracking data
Description
This data set contains simulated eye tracking data for demonstration purposes. It has the correct data structure for use with the package eyeRead. Mind that it also contains expected results from functions.
Usage
SimData
Format
A data set with 37 rows and 10 variables
- fixationIndex
a unique numerical index for each fixation
- AOI1
1 if AOI1 was fixated at that time and 0 otherwise
- AOI2
1 if AOI2 was fixated at that time and 0 otherwise
- AOI3
1 if AOI3 was fixated at that time and 0 otherwise
- AOI
the name of the AOI that was fixated at that time; expected outcome of codePasses
- xcoord
the x coordinate of the fixation position; origin top left
- ycoord
the y coordinate of the fixation position; origin top left
- fixTime
the time duration that the AOI was fixated
- passes
the result of codePasses with
fix_min = 3
- passesReread
the result of codePasses with
fix_min = 3
andrereading = TRUE