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().
Arguments
- nc
A
nowcast_class(fromnowcast()orauto_nowcast()).
