View source: R/data_and_forecast.R
show_accuracy | R Documentation |
Take a mable of forecasts and the actual drug issues and compute mean absolute error
show_accuracy(forecast_value, data, horizon)
data |
tsibble with two columns 'Date' and 'Quantity'. You can make
this with |
forecast_value. |
A forecast. You can make this with
|
dataframe with two columns showing model and MAE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.