get_subj_info: A function to extract basic info about subjects from an...

Description Usage Arguments Value

View source: R/helper_functions.R

Description

A function to extract basic info about subjects from an eye-tracking data returned by EyePy scripts.

Usage

1

Arguments

dat

data frame containing eytracking data

Value

list with two components: n.subj - number of subjects in the data; subj.missing - a vector with IDs of missing subjects; NA if no subjects are missing. The missing subjects are simply numbers missing from a continuous vector of numbers from 1 to highest subject ID. E.g. if we have subjects 1,2,3,5, the subject 4 will be reported missing.


antonmalko/ettools documentation built on May 28, 2019, 3:35 p.m.