View source: R/alert_serfling.R
serfling_model | R Documentation |
Serfling model helper function for monitoring weekly time series with seasonality
serfling_model(df, t, y, baseline_end)
df |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame |
t |
Name of the column of type Date containing the dates |
y |
Name of the column of type Numeric containing counts or percentages |
baseline_end |
Object of type Date defining the end of the baseline/training period |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.