Current models implemented in
- The Shrinking Spotlight Model (SSP) of White et al. (2011)
- The Dual-Stage Two-Phase Model (DSTP) of Hübner et al. (2010)
The development version can be installed from GitHub with:
require(devtools)
devtools::install_github("JimGrange/flankr")
Full details of how to use the package is available in the following paper:
Grange, J.A. (2016). flankr: An R package for implementing computational models of attentional selectivity. Behavior Research Methods, 48, 528–541.
- 50% further efficiency in DSTP simulation speed from version 1.1.0. (Users who have only ever installed the initial release 1.0.0 will notice significantly larger improvements.)
- 24% further efficiency in SSP simulation speed. (Users who have only ever installed the initial release 1.0.0 will notice significantly larger improvements.)
-
Please note that the way random seeds are now handled in both
$\texttt{simulateDSTP}$ and$\texttt{simulateSSP}$ is slightly different to that in version 1.0.0 (initial release) and version 1.1.0. Therefore, there may be very slight differences between simulation data (and therefore potentially very slight differences in best-fitting parameter values) between versions.
- Hübner, R., Steinhauser, M., & Lehle, C. (2010). A dual-stage two-phase model of selective attention. Psychological Review, 117(3), 759–784. https://doi.org/10.1037/a0019471
- White, C. N., Ratcliff, R., & Starns, J. S. (2011). Diffusion models of the flanker task: Discrete versus gradual attentional selection. Cognitive Psychology, 63(4), 210–238. https://doi.org/10.1016/j.cogpsych.2011.08.001