realized,Forecast-method {lmForc} | R Documentation |
realized
takes a Forecast
object and gets the realized
vector of the forecast.
## S4 method for signature 'Forecast'
realized(Forecast)
Forecast |
Forecast object. |
Vector of realized values stored in the Forecast object.
## Not run:
realized(Forecast)
## End(Not run)