enw_quantiles_to_long | R Documentation |
Convert summarised quantiles from wide to long format
enw_quantiles_to_long(posterior)
posterior |
A |
A data.frame
of quantiles in long format.
Functions used for postprocessing of model fits
build_ord_obs()
,
enw_add_latest_obs_to_nowcast()
,
enw_nowcast_samples()
,
enw_nowcast_summary()
,
enw_posterior()
,
enw_pp_summary()
,
enw_summarise_samples()
,
subset_obs()
fit <- enw_example("nowcast")
posterior <- enw_posterior(fit$fit[[1]], var = "expr_lelatent_int[1,1]")
enw_quantiles_to_long(posterior)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.