Description Usage Arguments Value
Compare the latest in historical data with the prediction range from the earlier data
1 |
df |
tibble, as multiple rows produced by to_row() |
level |
value between 0 and 1, confidence level used for prediction confidence interval |
a named list (names are variables from df, other than timestamp), each element is a list with components fit (prediction value), lwr, upr (lower and upper limits of prediction confindence interval), obs (observed value), flag (1 if obs>upr, -1 if obs<lwr, 0 otherwise).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.