View source: R/forecasting_practical.R
extract_subset_prediction | R Documentation |
calc_prediction_accuracy
calculates the proportion of prediction points
which are within a given percentage threshold of the observed incidenceextract subset of prediction data frame containing predictions
#'
calc_prediction_accuracy
calculates the proportion of prediction points
which are within a given percentage threshold of the observed incidence
extract_subset_prediction(prediction_df)
prediction_df |
prediction data frame returned by
|
data frame: incidence and prediction for time points where data is available
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.