https://github.com/x-tabdeveloping/methods3-assignment2
Meta-analysis of affects of schizophrenia
https://github.com/x-tabdeveloping/methods3-assignment2
Last synced: about 1 year ago
JSON representation
Meta-analysis of affects of schizophrenia
- Host: GitHub
- URL: https://github.com/x-tabdeveloping/methods3-assignment2
- Owner: x-tabdeveloping
- License: mit
- Created: 2022-10-27T14:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T06:58:49.000Z (over 3 years ago)
- Last Synced: 2024-12-15T22:49:41.236Z (over 1 year ago)
- Language: Python
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Assignment 2
_Márton Kardos_
## Setup
Install dependencies from `requirements.txt`
```bash
pip install -r requirements.txt
```
## Run analyses
The two scripts `analysis.py` and `simulations.py` are responsible for actually producing the results and the plots, you can either use them in VSCode interactive mode, as the code is divided up into cells, or you can run the scripts directly in the command line.
```bash
python3 simulations.py && python3 analysis.py
```