From 9a4c56c889f6de685b6b1c2e8e048a9a112338ae Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Fri, 24 May 2024 09:57:14 +0200 Subject: [PATCH] docs --- .gitignore | 2 +- docs/source/stats.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 084cb51..f489674 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ .pytest_cache /htmlcov /dist -/cardioception.egg-info +/cardioception_toolbox.egg-info /build docs/source/auto_examples docs/source/generated diff --git a/docs/source/stats.md b/docs/source/stats.md index 5a2b10e..15c495d 100644 --- a/docs/source/stats.md +++ b/docs/source/stats.md @@ -1,9 +1,5 @@ # Statistical analysis -## Using R - -If you want to use R to analyse your data, you can find R/Stan scripts with example notebooks in [this folder](https://github.com/LegrandNico/cardioception-toolbox/tree/master/docs/source/examples/R). - ## Using Python If you want to use Python to analyse your data, the package includes two functions ([preprocessing](cardioception.reports.preprocessing) and [report](cardioception.reports.report)) that can help automate the analysis of large datasets obtained with the Heart Rate Discrimination task. We also provide notebooks detailing specific parts of the data analysis and Bayesian modelling of psychophysics (see below).