Analysis repository for the paper titled Demographics and Comorbidity of Behavior Problems in Dogs.
├── LICENSE
├── README.md <- Repository overview.
├── data
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- Data dictionaries, manuals, and all other explanatory materials.
│
├── figures <- Generated figures to be used in reporting (PDF).
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
├── src <- Source code for use in this project.
│ ├── __init__.py <- Makes src a Python module
│ │
│ ├── data <- Scripts to download or generate data.
│ │ └── make_dataset.py
│ │
│ └── utilities <- Analysis utilities.
│ └── build_features.py
│
└── tables <- Generated tables to be used in reporting (PDF and LaTeX).