Time series prediction of US GDP
The packages required to run this analysis are listed in requirements.txt
.
To install, run the following
$ Rscript ./requirements.R
.
├── 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