h_ahead {lmForc} | R Documentation |
h_ahead
takes a Forecast
object and gets the h_ahead
vector of the forecast.
h_ahead(Forecast)
Forecast |
Forecast object. |
Vector of h_ahead values stored in the Forecast object.
## Not run:
h_ahead(Forecast)
## End(Not run)