Learn R Programming

lmForc (version 1.0.0)

realized: Get the realized slot of a realized object

Description

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

Usage

realized(Forecast)

Value

Vector of realized values stored in the Forecast object.

Arguments

Forecast

Forecast object.

Examples

Run this code
if (FALSE) {

realized(Forecast)

}

Run the code above in your browser using DataLab