mochasta

Research products related to the publication "Changing-State Irrelevant Speech Disrupts Visual-Verbal but not Visual-Spatial Serial Recall"

https://github.com/crsh/mochasta

Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.6%) to scientific vocabulary

Keywords

cognition recall research-paper short-term-memory
Last synced: 6 months ago · JSON representation ·

Repository

Research products related to the publication "Changing-State Irrelevant Speech Disrupts Visual-Verbal but not Visual-Spatial Serial Recall"

Basic Info
  • Host: GitHub
  • Owner: crsh
  • License: cc-by-4.0
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 983 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
cognition recall research-paper short-term-memory
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.Rmd

---
output: github_document
---

# Changing-State Irrelevant Speech Disrupts Visual-Verbal but not Visual-Spatial Serial Recall

John E. Marsh, Mark J. Hurlstone, Alexandre Marois, Linden J. Ball, Stuart B. Moore, François Vachon, Sabine J. Schlittmeier, Jan Philipp Röer, Axel Buchner, Frederik Aust, & Raoul Bell

---

```{r}
#| label: setup
#| echo: false

library("targets")
knitr::opts_chunk$set(echo = FALSE)
```

This repository contains research products associated with the publication.

The `data_raw` directory contains the data in CSV format; RData-files can be found in `data_processed/`.

The analyses herein were performed with the R package [**targets**](https://cran.r-project.org/web/packages/targets/index.html) and can be rerun by executing the file `_make.sh`.
*Note that rerunning the analyses may take several days (see below).*
The analyses are run separately for each study and the results are stored in the directories `mochasta1/_targets/` and `mochasta2/_targets/`.
To run the analysis for Experiment 1 set the `project` variable in `_make.sh` to `mochasta1` (and analogously for Experiment 2).

The Quarto files in the directories `mochasta1` and `mochasta2` create reports of the results of the analyses reported in the paper.

The Bayesian meta-analysis reported in the paper was performed by hand using the online [Bayes factor calculator](https://users.sussex.ac.uk/~dienes/inference/Bayes.htm) by Zoltan Dienes; hence, no code is provided for this analysis.

## Preferred citation

```{r}
#| label: citation
#| echo: false
#| comment: ""

cffr::cff_to_bibtex(x = "CITATION.cff") |>
  toBibtex()
```

## Software requirements

The version of R and all packages required to reproduce the anlysis are listed in the `DESCRIPTION` file.
Additonally, it is required to install the **mochasta** package from this GitHub repository.

```{r}
#| label: install
#| echo: true
#| eval: false

# Install the mochasta package from GitHub
remotes::install_github("crsh/mochasta")

# Install from a local copy of the repository
devtools::install("path/to/mochasta")
```


## Computational requirements

Running all analyses may take severa on a Desktop computer even when Bayesian models are fit in parallel on 7 cores (current setting).
To control the number of cores used for parallel processing, change the **targets** `controller` option in `targets.r` in the folders for each experiment. 

### Experiment 1

```{r}
#| include: false

mochasta1_diagram <- tar_mermaid(
  label = c("time", "branches")
  , script = "./mochasta1/results/targets.r"
  , store = "./mochasta1/results/_targets"
  , reporter = "silent"
)

mochasta2_diagram <- tar_mermaid(
  label = c("time", "branches")
  , script = "./mochasta2/results/targets.r"
  , store = "./mochasta2/results/_targets"
  , reporter = "silent"
)
```

```{r}
#| label: mochasta1-dependencies
#| results: asis

cat("```mermaid\n")
cat(mochasta1_diagram, sep = "\n")
cat("\n```")
```

### Experiment 2

```{r}
#| label: mochasta2-dependencies
#| results: asis

cat("```mermaid\n")
cat(mochasta2_diagram, sep = "\n")
cat("\n```")
```

Owner

  • Name: Frederik Aust
  • Login: crsh
  • Kind: user
  • Location: Cologne, Germany
  • Company: Psychological Methods, University of Amsterdam

Citation (CITATION.cff)

# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.5.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
 
cff-version: 1.2.0
message: 'To cite package "mochasta" in publications use:'
type: software
license: CC-BY-4.0
title: 'mochasta: Changing-State Irrelevant Speech Disrupts Visual-Verbal but not
  Visual-Spatial Serial Recall'
version: 1.0.0
abstract: This package contains data and functions to reproduce the analyses reported
  in the article "Changing-State Irrelevant Speech Disrupts Visual-Verbal but not
  Visual-Spatial Serial Recall".
authors:
- family-names: Marsh
  given-names: John E.
  email: jemarsh@uclan.ac.uk
  orcid: https://orcid.org/0000-0002-9494-1287
- family-names: Hurlstone
  given-names: Mark J.
  orcid: https://orcid.org/0000-0001-9920-6284
- family-names: Marois
  given-names: Alexandre
  orcid: https://orcid.org/0000-0002-4127-4134
- family-names: Ball
  given-names: Linden J.
  orcid: https://orcid.org/0000-0002-5099-0124
- family-names: Moore
  given-names: Stuart B.
  orcid: https://orcid.org/0000-0002-0747-9304
- family-names: Vachon
  given-names: François
  orcid: https://orcid.org/0000-0001-5282-6048
- family-names: Schlittmeier
  given-names: Sabine J.
  orcid: https://orcid.org/0000-0001-9051-4547
- family-names: Röer
  given-names: Jan Philipp
  orcid: https://orcid.org/0000-0001-7774-3433
- family-names: Buchner
  given-names: Axel
  orcid: https://orcid.org/0000-0003-4529-3444
- family-names: Aust
  given-names: Frederik
  orcid: https://orcid.org/0000-0003-4900-788X
- family-names: Bell
  given-names: Raoul
  orcid: https://orcid.org/0000-0002-0592-0362
preferred-citation:
  type: article
  title: Changing-State Irrelevant Speech Disrupts Visual-Verbal but not Visual-Spatial
    Serial Recall
  authors:
  - family-names: Marsh
    given-names: John E.
    email: jemarsh@uclan.ac.uk
    orcid: https://orcid.org/0000-0002-9494-1287
  - family-names: Hurlstone
    given-names: Mark J.
    orcid: https://orcid.org/0000-0001-9920-6284
  - family-names: Marois
    given-names: Alexandre
    orcid: https://orcid.org/0000-0002-4127-4134
  - family-names: Ball
    given-names: Linden J.
    orcid: https://orcid.org/0000-0002-5099-0124
  - family-names: Moore
    given-names: Stuart B.
    orcid: https://orcid.org/0000-0002-0747-9304
  - family-names: Vachon
    given-names: François
    orcid: https://orcid.org/0000-0001-5282-6048
  - family-names: Schlittmeier
    given-names: Sabine J.
    orcid: https://orcid.org/0000-0001-9051-4547
  - family-names: Röer
    given-names: Jan Philipp
    orcid: https://orcid.org/0000-0001-7774-3433
  - family-names: Buchner
    given-names: Axel
    orcid: https://orcid.org/0000-0003-4529-3444
  - family-names: Aust
    given-names: Frederik
    orcid: https://orcid.org/0000-0003-4900-788X
  - family-names: Bell
    given-names: Raoul
    orcid: https://orcid.org/0000-0002-0592-0362
  journal: 'Journal of Experimental Psychology: Leaning, Memory and Cognition'
  year: '2024'
contact:
- family-names: Marsh
  given-names: John E.
  email: jemarsh@uclan.ac.uk
  orcid: https://orcid.org/0000-0002-9494-1287
references:
- type: software
  title: testthat
  abstract: 'testthat: Unit Testing for R'
  notes: Suggests
  url: https://testthat.r-lib.org
  repository: https://CRAN.R-project.org/package=testthat
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
  year: '2024'
  version: '>= 3.0.0'
- type: software
  title: rlang
  abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
  notes: Imports
  url: https://rlang.r-lib.org
  repository: https://CRAN.R-project.org/package=rlang
  authors:
  - family-names: Henry
    given-names: Lionel
    email: lionel@posit.co
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
  year: '2024'
  version: '>= 1.1.2'
- type: software
  title: tarchetypes
  abstract: 'tarchetypes: Archetypes for Targets'
  notes: Imports
  url: https://docs.ropensci.org/tarchetypes/
  repository: https://CRAN.R-project.org/package=tarchetypes
  authors:
  - family-names: Landau
    given-names: William Michael
    email: will.landau.oss@gmail.com
    orcid: https://orcid.org/0000-0003-1878-3253
  year: '2024'
  version: '>= 0.7.10'
- type: software
  title: targets
  abstract: 'targets: Dynamic Function-Oriented ''Make''-Like Declarative Pipelines'
  notes: Imports
  url: https://docs.ropensci.org/targets/
  repository: https://CRAN.R-project.org/package=targets
  authors:
  - family-names: Landau
    given-names: William Michael
    email: will.landau.oss@gmail.com
    orcid: https://orcid.org/0000-0003-1878-3253
  year: '2024'
  version: '>= 1.4.0'
- type: software
  title: crew
  abstract: 'crew: A Distributed Worker Launcher Framework'
  notes: Imports
  url: https://wlandau.github.io/crew/
  repository: https://CRAN.R-project.org/package=crew
  authors:
  - family-names: Landau
    given-names: William Michael
    email: will.landau.oss@gmail.com
    orcid: https://orcid.org/0000-0003-1878-3253
  year: '2024'
  version: '>= 0.7.0'
- type: software
  title: formula.tools
  abstract: 'formula.tools: Programmatic Utilities for Manipulating Formulas, Expressions,
    Calls, Assignments and Other R Objects'
  notes: Imports
  url: https://github.com/decisionpatterns/formula.tools
  repository: https://CRAN.R-project.org/package=formula.tools
  authors:
  - family-names: Brown
    given-names: Christopher
    email: chris.brown@decisionpatterns.com
  year: '2024'
  version: '>= 1.7.1'
- type: software
  title: dplyr
  abstract: 'dplyr: A Grammar of Data Manipulation'
  notes: Imports
  url: https://dplyr.tidyverse.org
  repository: https://CRAN.R-project.org/package=dplyr
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
    orcid: https://orcid.org/0000-0003-4757-117X
  - family-names: François
    given-names: Romain
    orcid: https://orcid.org/0000-0002-2444-4226
  - family-names: Henry
    given-names: Lionel
  - family-names: Müller
    given-names: Kirill
    orcid: https://orcid.org/0000-0002-1416-3412
  - family-names: Vaughan
    given-names: Davis
    email: davis@posit.co
    orcid: https://orcid.org/0000-0003-4777-038X
  year: '2024'
  version: '>= 1.1.4'
- type: software
  title: tidyr
  abstract: 'tidyr: Tidy Messy Data'
  notes: Imports
  url: https://tidyr.tidyverse.org
  repository: https://CRAN.R-project.org/package=tidyr
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
  - family-names: Vaughan
    given-names: Davis
    email: davis@posit.co
  - family-names: Girlich
    given-names: Maximilian
  year: '2024'
  version: '>= 1.3.0'
- type: software
  title: afex
  abstract: 'afex: Analysis of Factorial Experiments'
  notes: Imports
  url: https://afex.singmann.science/
  repository: https://CRAN.R-project.org/package=afex
  authors:
  - family-names: Singmann
    given-names: Henrik
    email: singmann@gmail.com
    orcid: https://orcid.org/0000-0002-4842-3657
  - family-names: Bolker
    given-names: Ben
  - family-names: Westfall
    given-names: Jake
  - family-names: Aust
    given-names: Frederik
    orcid: https://orcid.org/0000-0003-4900-788X
  - family-names: Ben-Shachar
    given-names: Mattan S.
  year: '2024'
  version: '>= 1.3-0'
- type: software
  title: lme4
  abstract: 'lme4: Linear Mixed-Effects Models using ''Eigen'' and S4'
  notes: Imports
  url: https://github.com/lme4/lme4/
  repository: https://CRAN.R-project.org/package=lme4
  authors:
  - family-names: Bates
    given-names: Douglas
    orcid: https://orcid.org/0000-0001-8316-9503
  - family-names: Maechler
    given-names: Martin
    orcid: https://orcid.org/0000-0002-8685-9910
  - family-names: Bolker
    given-names: Ben
    email: bbolker+lme4@gmail.com
    orcid: https://orcid.org/0000-0002-2127-0443
  - family-names: Walker
    given-names: Steven
    orcid: https://orcid.org/0000-0002-4394-9078
  year: '2024'
  version: '>= 1.1-35.1'
- type: software
  title: emmeans
  abstract: 'emmeans: Estimated Marginal Means, aka Least-Squares Means'
  notes: Imports
  url: https://github.com/rvlenth/emmeans
  repository: https://CRAN.R-project.org/package=emmeans
  authors:
  - family-names: Lenth
    given-names: Russell V.
    email: russell-lenth@uiowa.edu
  year: '2024'
  version: '>= 1.9.0'
- type: software
  title: BayesFactor
  abstract: 'BayesFactor: Computation of Bayes Factors for Common Designs'
  notes: Imports
  url: https://richarddmorey.github.io/BayesFactor/
  repository: https://CRAN.R-project.org/package=BayesFactor
  authors:
  - family-names: Morey
    given-names: Richard D.
    email: richarddmorey@gmail.com
  - family-names: Rouder
    given-names: Jeffrey N.
    email: jrouder@uci.edu
  year: '2024'
  version: '>= 0.9.12-4.6'

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • BayesFactor >= 0.9.12 imports
  • afex >= 1.3 imports
  • crew >= 0.7.0 imports
  • dplyr >= 1.1.4 imports
  • emmeans >= 1.9.0 imports
  • formula.tools >= 1.7.1 imports
  • lme4 >= 1.1 imports
  • rlang >= 1.1.2 imports
  • tarchetypes >= 0.7.10 imports
  • targets >= 1.4.0 imports
  • tidyr >= 1.3.0 imports
  • testthat >= 3.0.0 suggests