nb_model | R Documentation |
Negative binomial model helper function for monitoring weekly count time series with seasonality
nb_model(df, t, y, baseline_end, include_time)
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 |
baseline_end |
Object of type Date defining the end of the baseline/training period |
include_time |
Logical indicating whether or not to include time term in regression model |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.