Skip to content

Latest commit

 

History

History
101 lines (60 loc) · 4.6 KB

README.md

File metadata and controls

101 lines (60 loc) · 4.6 KB

UnfoldStats

Stable Dev Build Status Coverage

rERP EEG visualisation EEG Simulations BIDS pipeline Decode EEG data Statistical testing

A toolbox for statistical testing of EEG/ERP data and Unfold.jl models. Build on the Unfold.

We currently support:

Install

Installing Julia

Click to expand

The recommended way to install julia is juliaup. It allows you to, e.g., easily update Julia at a later point, but also test out alpha/beta versions etc.

TL:DR; If you dont want to read the explicit instructions, just copy the following command

Windows

AppStore -> JuliaUp, or winget install julia -s msstore in CMD

Mac & Linux

curl -fsSL https://install.julialang.org | sh in any shell

Installing Unfold

using Pkg
Pkg.add("UnfoldStats")

Contributions

Contributions are very welcome. These could be typos, bugreports, feature-requests, speed-optimization, new solvers, better code, better documentation.

How-to Contribute

You are very welcome to raise issues and start pull requests!

Adding Documentation

  1. We recommend to write a Literate.jl document and place it in docs/literate/FOLDER/FILENAME.jl with FOLDER being HowTo, Explanation, Tutorial or Reference (recommended reading on the 4 categories).
  2. Literate.jl converts the .jl file to a .md automatically and places it in docs/src/generated/FOLDER/FILENAME.md.
  3. Edit make.jl with a reference to docs/src/generated/FOLDER/FILENAME.md.

Citation

If you make use of these statistics, please cite:

Contributors

Judith Schepers
Judith Schepers

🚇 ⚠️ 💻

This project follows the all-contributors specification.

Contributions of any kind welcome! You can find the emoji key for the contributors here

Acknowledgements

Citing

See CITATION.bib for the relevant reference(s).