Skip to content

sjmiller8182/gdp-pred

Repository files navigation

US GDP Prediction from Economic Factors

Time series prediction of US GDP

Requirements

The packages required to run this analysis are listed in requirements.txt. To install, run the following

$ Rscript ./requirements.R

Repo Structure

.
├── analysis        # Files relating to the analysis
├── data            # Data files
├── docs            # Rendered versions of the analysis files
├── helper          # Helper code
├── LICENSE         # All code and analysis is licensed under the MIT license.
└── README.md