
Top candidates table (HTML tag)
sa_top_candidates_table.RdBuild a colour-coded HTML table of the highest-ranked candidate models,
always placing the best model at the top and including the current
model (if supplied) even if it is not in the top n. The airline
reference model ARIMA (0 1 1)(0 1 1) is also appended if absent.
Arguments
- res
Result of
auto_seasonal_analysis().- current_model
Optional fitted seasonal::seas model to mark as "current".
- y
Optional original series (needed to compute a few current-model diagnostics).
- n
Number of top rows to display (default 5). The airline/current rows may be appended even if not in the top
n.