Mouse-tracking, the analysis of mouse movements in computerized experiments, is a method that is becoming increasingly popular in the cognitive sciences. The mousetrap
package offers functions for importing, preprocessing, analyzing, aggregating, and visualizing mouse-tracking data. An overview of the functions in this package is given in the package description, which can be accessed with package?mousetrap
once the package has been installed.
The mousetrap
package is developed by Pascal Kieslich and Felix Henninger. It is published under the GNU General Public License (version 3). Please see the NEWS file for most recent changes.
- The current stable version is available on CRAN and can be installed via
install.packages("mousetrap")
. - To install the latest development version from GitHub, you need the
devtools
package . The development version can be installed viadevtools::install_github("pascalkieslich/mousetrap@master")
.
We thank Johanna Hepp for helpful comments on the documentation of this package and Monika Wiegelmann for testing a development version.