8000 GitHub - drjohanlk/kollaR: Event Detection in Eye Tracking and Fixation Time Analysis in R. Demonstration of the kollaR package
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Event Detection in Eye Tracking and Fixation Time Analysis in R. Demonstration of the kollaR package

Notifications You must be signed in to change notification settings

drjohanlk/kollaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

#kollaR: Filtering, Visualization, and Analysis of Eye Tracking Data in R

kollaR is an R package for analyzing eye tracking data. It includes functions for 1) pre-processing data, 2) fixation and saccade detection (fixation filtering), 3) comparisons and validations of fixation filters, 4) area of interest (AOI) based analyses, and 5) visualizations of results.

A demonstration can be found [here] (https://drjohanlk.github.io/kollaR/demo.html) and in this repository.

kollaR can be downloaded from CRAN. Type the following in your R prompt:

install.packages("kollaR")

An introduction, demonstration, and validation study can be found in Kleberg et al (2005). Read the preprint at [OSF]: (https://osf.io/preprints/psyarxiv/ypsb9_v1)

Citation: Kleberg, J. L., Hallman, A. E. Z., Astenvald, R., Nordgren, A., Falck-Ytter, T., & van den Berg, R. (2025, February 7). Introducing the kollaR package: a user friendly open access solution for eye tracking analysis and visualization. https://doi.org/10.31234/osf.io/ypsb9_v1

0