Skip to contents

Nowcast missing data for forecasting

Usage

nowcasting(model, exog_df_ready, frequency)

Arguments

model

A model object of class 'osem'.

exog_df_ready

The outcome of the forecast_exogenous_values function, as prepared by the forecast_model function..

frequency

Character string that indicates the frequency of the model. Must be compatible with the 'by' argument in seq.Date().

Value

Returns a list with two full model objects. One contains the original model and one contains the nowcasted model.