pkgdown/extra.css

Skip to contents

The ranked table of candidate models that auto_nowcast() backtested, one row per model, best-first by the selection metric. Columns include model (the label), wis (and its decomposition), ape, mse, and coverage_50 / coverage_90 (see score()).

Usage

comparison_scores(nc)

Arguments

nc

A nowcast_class returned by auto_nowcast().

Value

A data.frame, one row per candidate model.