Skip to content

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

License

Notifications You must be signed in to change notification settings

maltelueken/gazeHMM

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages