@@ -8,7 +8,88 @@ All of the scripts below are for RStudio, but for example also 🔴*add the prog
# Demographics
If you gathered demogrpahic data, e.g., with SoSciSurvey, you should report who participated, by giving their number ``n=...`` participants, their gender count and at least age with mean (M) and standard deviation (SD)
If you gathered demogrpahic data, e.g., with SoSciSurvey, you should report who participated, by giving their number ``n=...`` participants, their gender count and at least age with mean (M) and standard deviation (SD).
``SoSciSurvey data`` ca be easily loaded into RStudio with the script provided alongside the data on ScoSciSurvey.
*For all the following examples you abviously have to adapt the names of the data frames (here, e.g., soscisurveyData and columns, here, e.g., D001)*
<details><summary>This is a script for counting occurences</summary>