get_trackloss: Calculate trackloss and remove trials and subjects with...

Description Usage Arguments Value

View source: R/get_trackloss.R

Description

Calculate trackloss and remove trials and subjects with excessive trackloss

Calculate trackloss and remove trials and subjects with excessive trackloss

Usage

1
2
3
get_trackloss(gaze, screen_size = c(1024, 768), missingthresh = 0.2)

get_trackloss(gaze, screen_size = c(1024, 768), missingthresh = 0.2)

Arguments

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)

Value

data frame containing gaze diagnostics

data frame containing gaze df with trackloss by subjs and trial. Trials and Subjs with excessive trackloss removed


jgeller112/gazer documentation built on Jan. 13, 2020, 1:04 p.m.