Description Usage Arguments Value
View source: R/helper_functions.R
A function to extract basic info about subjects from an eye-tracking data returned by EyePy scripts.
1  | get_subj_info(dat)
 | 
dat | 
 data frame containing eytracking data  | 
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.