rawdata {fpa} | R Documentation |
Fixation time data of an eye movement experiment
Description
This data set is the eye movement data recorded during reading sentences. The sentences consists of 8 regions defined by the researcher. The experiment consists of 2 lists (8 items in each list), 2 subjects, and 4 conditions. Each row contains the information of one fixation. This data frame is a template for the data to be provided by users of fpa-package, and the number and names of variables should be same with this data frame. If the user does not have several lists in his/her experiment, lease use the id 1 for every row.
Usage
data(rawdata)
Format
In the data frame each row represents one fixation of the eyes. Fixations are ordered chronologically within trial. The data frame has the following columns:
List
the id of the list
Subject
the id of the subject
Condition
the id of the condition
Item
the id of the item
Region
the id of the region being fixed on
Fix_Start
the start time of the fixation
Fix_End
the end time of the fixation