pkgdown/extra.css

Skip to contents

Returns the fitted nowcast's model() specification. For an auto_nowcast() result this is the selected model, so you can reuse it elsewhere, e.g. nowcast(other_data, model = best_model(nc)) or pass it to backtest().

Usage

best_model(nc)

Arguments

nc

A nowcast_class (from nowcast() or auto_nowcast()).

Value

A model_class object.