if (FALSE) {
## Interpolates / Extrapolates all variables to current month
NNS.nowcast(h = 0)
## 12 month forecast
NNS.nowcast(h = 12)
## Additional regressors and sources specified
NNS.nowcast(h = 0, additional.regressors = c("SPY", "USO"),
additional.sources = c("yahoo", "yahoo"))
}
Run the code above in your browser using DataLab