GitHub - mc-schaaf/mousetRajectory: R package that bundles together several functions useful for analyzing mouse movement (and other 2-D trajectory) data in the context of cognitive psychology. (original) (raw)

R-CMD-check Lifecycle: experimental CRAN status

mousetRajectory: Trajectory Analyses for Behavioural Scientists

Tool helping psychologists and other behavioural scientists to analyze mouse movement (and other 2-D trajectory) data. Bundles together several functions computing spatial measures (maximum absolute deviation, area under the curve, sample entropy) or providing a shorthand for often-used procedures.

Installation

You can install mousetRajectory from CRAN with

install.packages("mousetRajectory")

Alternatively, you can keep up to date and install the latest development version of mousetRajectory fromgithub.com/mc-schaaf/mousetRajectorywith:

if(!require("devtools")){install.packages("devtools")} devtools::install_github("mc-schaaf/mousetRajectory")

Function Overview

Currently, the following functions are featured:

Documentation

You can find an example application as well as the full documentation atmc-schaaf.github.io/mousetRajectory/. Do you prefer the good, old paper format? Check out Pfister et al. (2024)!

Bug Reports

Please report bugs togithub.com/mc-schaaf/mousetRajectory/issues.