Correlation Between Policy and Covid-19 Cases

The final project for MIDS w203: an exploration of the features that cause increased or decreased state-level COVID cases.

Project Organization

├── LICENSE
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
|
├── notebooks          <- .Rmd notebooks. 
│
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports            <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures        <- Generated graphics and figures to be used in reporting
│
└── src                <- Source code for use in this project.
    │
    └── data           <- Scripts to download or generate data
       └── make_dataset.R

Project based on the cookiecutter data science project template. #cookiecutterdatascience