mixtur

mixtur is an R package for designing, analysing, and modelling continuous report visual short-term memory studies. The package allows users to implement the 2-component (Zhang & Luck, 2008) and 3-component (Bays, Catalao, & Husain, 2009) mixture models of continuous-report visual short-term memory data. The package can also fit & simulate the slots and slots-plus averaging models of Zhang & Luck.

The package allows users to:

Pre-print

We have a pre-print showing users how to use the package:

The pre-print also includes several simulation studies exploring some properties of the models (including parameter recovery simulations, model recovery simulations) and provide concrete recommendations to researchers wishing to use mixture modelling in their own research.

Installation

To install the package from GitHub, you need the remotes package:

install.packages("remotes")

Then mixtur can be directly installed:

remotes::install_github("JimGrange/mixtur")
library(mixtur)

Acknowledgements & References