Skip to content

iandinwoodie/pdbs-study-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdbs-study-1

Analysis repository for the paper titled Demographics and Comorbidity of Behavior Problems in Dogs.

Project Organization

├── 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).