Description Usage Arguments Value
Clean up and format the data
1 2 3 4 5 6 | predict_data(
events,
days_predict = 60,
training_window = 14,
confidence = NULL
)
|
events |
(dataframe): an events dataframe |
days_predict |
(numeric): How many days in the future to predict |
confidence |
(numeric): Which level of confidence we want to keep. One of 80, 95 or NULL. If NULL, we do not keep any confidence |
train_window |
(numeric): the number of days prior to the last |
a list with the predictions and the confidence intervals at 80
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.