extract_forecast_dates | R Documentation |
Extract forecast dates based on the availability of both case and sequence data.
extract_forecast_dates(posterior)
posterior |
A dataframe of posterior output as produced by
|
A data.frame containing at least two vectors: Data unavailable indicating the type of data that is missing, and date giving the date data was last available for.
Functions used for postprocessing of model fits
convert_to_stanfit()
,
extract_draws()
,
fv_extract_forecast()
,
fv_posterior()
,
fv_tidy_posterior()
,
link_dates_with_posterior()
,
link_obs_with_posterior()
,
plot.fv_posterior()
,
print.fv_posterior()
,
quantiles_to_long()
,
summary.fv_posterior()
,
update_voc_label()
p <- fv_example(strains = 2, type = "posterior")
extract_forecast_dates(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.