View source: R/get_trackloss.R
get_trackloss | R Documentation |
Calculate trackloss and remove trials and subjects with excessive trackloss
Calculate trackloss and remove trials and subjects with excessive trackloss
get_trackloss(gaze, screen_size = c(1024, 768), missingthresh = 0.2)
get_trackloss(gaze, screen_size = c(1024, 768), missingthresh = 0.2)
gaze |
fixation list from fixation report |
screen_size |
size of the screen in pixels. Defaults to c(1024, 768) |
missingthresh |
threshold to throw out trials and subjs |
missing |
threshold to throw out trials and subjs |
gaze |
fixation list from fixation report |
screen_size |
size of the screen in pixels. Defaults to c(1024, 768) |
data frame containing gaze diagnostics
data frame containing gaze df with trackloss by subjs and trial. Trials and Subjs with excessive trackloss removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.