Skip to content

Commit

Permalink
Merge pull request #235 from bnicenboim/experimental
Browse files Browse the repository at this point in the history
change in readme
  • Loading branch information
bnicenboim authored Feb 8, 2024
2 parents 49c48a3 + 0d3784a commit 1187870
Show file tree
Hide file tree
Showing 7 changed files with 460 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ experimental
^pkgdown.*
^_pipeline.*
^_.*

^papers.bib

14 changes: 11 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
bibliography: papers.bib
output: github_document
---
[![R build status](https://github.com/bnicenboim/eeguana/workflows/R-CMD-check/badge.svg)](https://github.com/bnicenboim/eeguana/actions)
Expand Down Expand Up @@ -158,12 +159,19 @@ faces_segs_some |>
facet_grid(~condition)
```

## Articles and dissertations using `eeguana`

## See also
---
nocite: '@*'
---
<div id="refs"></div>

Other R packages for EEG/ERP data:

## Other R packages for EEG/ERP data:

- [permuco4brain](https://jaromilfrossard.github.io/permuco4brain/index.html) provides functions to compute permutation test in brain imagery data. It is specially designed for M-EEG/ERP data. This a [vignette](https://jaromilfrossard.github.io/permuco4brain/articles/permuco4brain-with-eeguana.html) explains how to use it together with `eeguana`.
- [eegUtils](https://github.com/craddm/eegUtils) some helper utilities for plotting and processing EEG data in active development by Matt Craddock.
- [erpR](https://cran.r-project.org/package=erpR) analysis of event-related potentials (ERPs) by Giorgio Arcara, Anna Petrova. It hasn't been updated since 2014.
- [erpR](https://cran.r-project.org/package=erpR) analysis of event-related potentials (ERPs) by Giorgio Arcara, Anna Petrova. It hasn't been updated since 2014.
- [mne-r](https://mne.tools/mne-r/index.html) provides fast acccess to MNE-Python from within R.


77 changes: 75 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,80 @@ faces_segs_some |>

<img src="man/figures/README-topo-1.png" width="100%" />

## See also
## Articles and dissertations using `eeguana`

Other R packages for EEG/ERP data:
<div id="refs" class="references csl-bib-body hanging-indent">

<div id="ref-aristei2023affect" class="csl-entry">

Aristei, Sabrina, Christine A Knoop, Oliver Lubrich, Thomas Nehrlich,
Alexander Enge, Kirsten Stark, Werner Sommer, and Rasha Abdel Rahman.
2023. “Affect as Anaesthetic: How Emotional Contexts Modulate the
Processing of Counterintuitive Concepts.” *Language, Cognition and
Neuroscience* 38 (10): 1514–30.

</div>

<div id="ref-corput2020locked" class="csl-entry">

Corput, Daniël van den. 2020. “Locked in Syndrome Machine Learning
Classification Using Sentence Comprehension EEG Data.” *arXiv Preprint
arXiv:2006.12336*.

</div>

<div id="ref-nicenboim2020words" class="csl-entry">

Nicenboim, Bruno, Shravan Vasishth, and Frank Rösler. 2020. “Are Words
Pre-Activated Probabilistically During Sentence Comprehension? Evidence
from New Data and a Bayesian Random-Effects Meta-Analysis Using Publicly
Available Data.” *Neuropsychologia* 142: 107427.

</div>

<div id="ref-stone2023n400" class="csl-entry">

Stone, Kate, Naghmeh Khaleghi, and Milena Rabovsky. 2023. “The N400 Is
Elicited by Meaning Changes but Not Synonym Substitutions: Evidence from
Persian Phrasal Verbs.” *Cognitive Science* 47 (12): e13394.

</div>

<div id="ref-stone2023understanding" class="csl-entry">

Stone, Kate, Bruno Nicenboim, Shravan Vasishth, and Frank Rösler. 2023.
“Understanding the Effects of Constraint and Predictability in ERP.”
*Neurobiology of Language* 4 (2): 221–56.

</div>

<div id="ref-stone2022does" class="csl-entry">

Stone, Kate, Shravan Vasishth, and Titus von der Malsburg. 2022. “Does
Entropy Modulate the Prediction of German Long-Distance Verb Particles?”
*Plos One* 17 (8): e0267813.

</div>

<div id="ref-szewczyk2022context" class="csl-entry">

Szewczyk, Jakub M, and Kara D Federmeier. 2022. “Context-Based
Facilitation of Semantic Access Follows Both Logarithmic and Linear
Functions of Stimulus Probability.” *Journal of Memory and Language*
123: 104311.

</div>

<div id="ref-vik2021deteccion" class="csl-entry">

Vik Espárrago, Erik Martı́n. 2021. “Detección de Perfiles Psicopáticos
Mediante El análisis Automático de Señales de Encefalogramas.”

</div>

</div>

## Other R packages for EEG/ERP data:

- [permuco4brain](https://jaromilfrossard.github.io/permuco4brain/index.html)
provides functions to compute permutation test in brain imagery data.
Expand All @@ -484,3 +555,5 @@ Other R packages for EEG/ERP data:
- [erpR](https://cran.r-project.org/package=erpR) analysis of
event-related potentials (ERPs) by Giorgio Arcara, Anna Petrova. It
hasn’t been updated since 2014.
- [mne-r](https://mne.tools/mne-r/index.html) provides fast acccess to
MNE-Python from within R.
6 changes: 4 additions & 2 deletions _pipeline.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#update the metadata:
write_codemeta(".")
codemetar::write_codemeta(".")
spelling::spell_check_package()
goodpractice:gp()
goodpractice::gp()
#all the new versions before test
remotes::install_deps(upgrade = "always")
Loading

0 comments on commit 1187870

Please sign in to comment.