I have started to make public the packages that I have been making. These packages can be found on my GitHub page.
Installation:
- Predicting Front German Power Base Quarter
devtools::install_github(‘shma1/EEXDE’)
Usage:
?debqfr1_model to get the documentation.
2. Predicting Front French Power Base Quarter
devtools::install_github(‘shma1/eexfr’)
Usage:
?debqfr1_model to get the documentation.
Dependencies:
install_packages(“PerformanceAnalytics”)
install_packages(“TTR”)
install_packages(“lubridate”)
install_packages(“ranger”)
install_packages(“tidyverse”)
install_packages(“xts”)
install_packages(“magrittr”)