From b963a2f6f3877fe93817a5e0243e972bfea8223c Mon Sep 17 00:00:00 2001 From: Yufang Wang <82975400+Yufanggg@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:01:25 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb13ccd..8fd2d8b 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,18 @@ With a given experimental materials, a [Power Analysis](./DOE.Rmd) was conducted ## Data Analysis ### Behavioral Data Analysis +The behavioral data analysis can be conducted: +- `Exp02_BehaviouralAnalysis.Rmd`: + ### EEG Data Analysis EEG data analysis includes: data preprocessing, feature extraction and statistcial modelling. -This can be conducted with the code in the given steps: + +##### EEG Data Preprocessing \& Feature Extraction can be conducted with the code in the given steps: - `EEG_Step01_PreproEEG_Batch.m`: - `EEG_Step02_PreproEEG.m`: - `EEG_Step03_PreproRemovthreshold.m`: - `EEG_Step_04_ExploratoryERPPermutation.m`: -- \ No newline at end of file + +##### EEG statistcial modelling can be conducted with the code in the given steps: +- `Exp02_ExploratoryERP.Rmd`: +- `Exp02_ERPPlannedAnalysis.Rmd`: