| newdata {fpa} | R Documentation |
Fixation probability data generated by ft2fp() function
Description
This data set is the fixation probability data generated by the ft2fp() function. The data set retains the information of list, subject, and condition of original fixation time data set. The variable "Time" is generated based on the TimeCourse and TimeInterval arguments defined by users. The variable "N" is the total number of valid trials after the deletion of invalid ones for the corresponding spatio-temporal unit. The variable "y" is the number of trials with fixations on that particular region at that time point. Fixation probability is calculated by dividing y by N. "N" and "y" would be used for further analysis in empirical logistic transformation and lme modeling.
Usage
data(newdata)
Format
In the data frame each row represents the fixation probability and other information for one spatio-temporal unit. The data frame has the following columns:
listthe id of the list
subjectthe id of the subject
conditionthe id of the condition
regionthe id of the region
Timethe time after eyes leave critical region
Ntotal number of valid trials
ynumber of trials with fixations
fix_probthe fixation probability