h_ahead-set: Set h_ahead slot of a Forecast object

Description Usage Arguments Value Examples

Description

h_ahead takes a Forecast object and sets the h_ahead vector of the forecast.

Usage

1
h_ahead(Forecast) <- value

Arguments

Forecast

Forecast object.

value

Vector of values assigned to the h_ahead slot of the Forecast.

Value

Forecast object that contains the new h_ahead vector.

Examples

1
2
3
4
5
6
## Not run: 

h_ahead(Forecast) <- 4L


## End(Not run)

lmForc documentation built on Jan. 4, 2022, 1:11 a.m.