Kucharssim / gazeHMM

An algorithm for classifying gaze data into eye movement events using a hidden Markov model.

Home Page:https://github.com/maltelueken/gazeHMM_validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gazeHMM

Travis build status AppVeyor build status Codecov test coverage

Installation

The package can be installed from GitHub with the following R commands:

devtools::install_github("maltelueken/gazeHMM")

Structure

The main function of the package is ‘gazeHMM’ which applies the algorithm to data given some user parameters. Otherwise, the package contains an example data set from Andersson et al. (2017) and functions to summarise the algorithms output and inspect the quality of the results. A guide on how to apply gazeHMM can be found in the vignette “Classifying gaze data with gazeHMM”:

vignette("Classifying gaze data with gazeHMM", "gazeHMM")

Literature

Andersson, R., Larsson, L., Holmqvist, K., Stridh, M., & Nyström, M. (2017). One algorithm to rule them all? An evaluation and discussion of ten eye movement event-detection algorithms. Behavior Research Methods, 49, 616-637. https://doi.org/10.3758/s13428-016-0738-9

About

An algorithm for classifying gaze data into eye movement events using a hidden Markov model.

https://github.com/maltelueken/gazeHMM_validation

License:GNU General Public License v3.0


Languages

Language:R 100.0%