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

View source: R/get_trackloss.R

get_tracklossR Documentation

Calculate trackloss and remove trials and subjects with excessive trackloss

Description

Calculate trackloss and remove trials and subjects with excessive trackloss

Calculate trackloss and remove trials and subjects with excessive trackloss

Usage

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


dmirman/gazer documentation built on Sept. 1, 2024, 10:13 p.m.