This repository contains the analysis of survey data exploring philosophical views on consciousness and phenomenal properties. The analysis examines differences between groups with varying levels of philosophical background and their understanding of key concepts in philosophy of mind.
├── README.md
├── data
│ └── consciousness-pilot-study.csv
├── environment.yml
├── notebooks
│ ├── 01_survey-analysis.ipynb
│ ├── 02_effects.ipynb
│ └── 03_post-hoc-power-analysis.ipynb
└── requirements.txt
- Clone this repository:
git clone git@github.com:NathOrmond/consciousness-pilot-study.git
cd consciousness-pilot-study- Create and activate the conda environment:
- for Linux
conda env create -f environment.yml- for Mac
conda env create -f environment-mac.yml- then
conda activate mind-survey- Launch Jupyter:
jupyter labThe analysis explores:
- Differences in understanding between groups with varying philosophical backgrounds
- Patterns in responses to questions about consciousness and phenomenal properties
- Statistical significance and effect sizes of group differences
- Uncertainty patterns across different types of philosophical questions
- Python 3.9+
- Dependencies listed in environment.yml
MIT License
If you wish to contribute Fork and open a PR in the ordinary way. Pester me to review and merge if Im sitting on my hands. If you're interested in collaborating or working together on other similar projects in experimental psychology / philosophy then feel free to get in touch!