Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


lmForc (version 1.0.0)

realized<-: Set realized slot of a Forecast object

Description

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

Usage

realized(Forecast) <- value

Value

Forecast object that contains the new realized vector.

Arguments

Forecast

Forecast object.

value

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

Examples

Run this code
if (FALSE) {

realized(Forecast) <- c("2015-03-01", "2015-03-02", "2015-03-03")

}

Run the code above in your browser using DataLab