flankr

An R package implementing computational models of Eriksen flanker task performance.

https://github.com/jimgrange/flankr

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: springer.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

An R package implementing computational models of Eriksen flanker task performance.

Basic Info
  • Host: GitHub
  • Owner: JimGrange
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.48 MB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 2
Created over 11 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# flankr v1.2.0 

$\texttt{flankr}$ is an R package implementing computational models of Eriksen flanker task performance. The package allows simulation of the models as well as fitting the models to participant data. Additional utility functions allow plotting of the best-fitting model parameters against observed data, as well as providing Bayesian Information Criterion values for model competition. 

Current models implemented in $\texttt{flankr}$ are:

* The Shrinking Spotlight Model (SSP) of White et al. (2011)
* The Dual-Stage Two-Phase Model (DSTP) of Hübner et al. (2010) 

## Installation
The development version can be installed from [GitHub](https://github.com/) with:

``` {r, eval = FALSE}
require(devtools)
devtools::install_github("JimGrange/flankr")
```

## User guide
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.

* PDF Link: [https://link.springer.com/article/10.3758/s13428-015-0615-y](https://link.springer.com/article/10.3758/s13428-015-0615-y)

## Updates for version 1.2.0
* 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.


## References
* 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

Owner

  • Name: Jim Grange
  • Login: JimGrange
  • Kind: user
  • Location: United Kingdom
  • Company: Keele University

GitHub Events

Total
  • Release event: 1
  • Delete event: 1
  • Push event: 21
  • Create event: 2
Last Year
  • Release event: 1
  • Delete event: 1
  • Push event: 21
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: flankr

Implementing Computational Models of Attentional Selectivity

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Dependent packages count: 25.7%
Dependent repos count: 31.5%
Average: 47.5%
Downloads: 85.4%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.1 depends
  • Rcpp * imports