1 Task description
In research on visual working memory participants are often asked to remember and reproduce continuous features of visual objects such as their color or orientation. In the continuous reproduction task (sometimes also called delayed estimation task), participants encode a set of visual objects into visual working memory and are then asked to reproduce a specific feature of one cued object on a continuous scale at test (see Figure 1.1 for an illustration).
Most often the features used in these tasks are colors sampled from a color wheel (Wilken and Ma 2004) or continuous orientations of a bar or a triangle (Bays et al. 2011). The set of to-be-remembered objects typically consists of one up to eight objects spatially distributed over the screen. Thus, participants must associate the to-be-remembered features (e.g. color or orientation) with the spatial locations they are presented at. The precision of the representation of an object’s feature in visual working memory is measured as the angular deviation from the true feature presented at encoding.
2 The role of measurement models
In these continuous reproduction tasks, the simplest measure of performance is the average angle deviation of the response from the true feature value. In many studies, this average recall error has been the main dependent variable for evaluating the effect of experimental manipulations. Yet, the average recall error confounds different properties of memory representations and does not sufficiently represent the theoretical processes assumed by current models of visual working memory. Therefore, different measurement models have been proposed to formalize distinct aspects of visual working memory models and how they translate into observed behavior.
A measurement model is a statistical model that describes the relationship between latent cognitive processes and observed behavior. For continuous reproduction tasks, measurement models provide a more refined representation of memory processes because they decompose the average recall error into several theoretically meaningful parameters.
At the core of these models is the assumption that responses in continuous reproduction tasks can stem from different distributions depending on the continuous activation of different memory representation or the cognitive state a person is in at recall.
3 CRT Models in the bmm
package
The bmm
package implements several measurement models for analyzing continuous reproduction data:
The two-parameter mixture model (Zhang and Luck 2008)
- see
?mixture2p
and the mixture models article
The three-parameter mixture model (Bays, Catalao, and Husain 2009)
- see
?mixture3p
and the mixture models article
The Interference Measurement Model (Oberauer and Lin 2017)
- see
?imm
and the IMM article
The Signal Discrimination Model (SDM) by (Oberauer 2023)
- see
?sdm
and the SDM article
4 Preparing data from half-circular stimulus spaces
As already mentioned, some task require subjects to remember orientations (e.g. of bars or Gabor patches) without a direction. With such stimulus material the response error can range only from -90 to 90 degrees (or -pi/2 to pi/2). When using data from such a task, you have to multiply the response_error
by 2 when pre-processing the data, so that the response error ranges from -180 to 180 degrees (or -pi to pi). The same applies to the nt_features
relative to the target orientation.