quantiles_to_long | R Documentation |
Convert summarised quantiles from wide to long format
quantiles_to_long(posterior)
posterior |
A dataframe as output by |
A data frame of quantiles in long format.
Functions used for postprocessing of model fits
convert_to_stanfit()
,
extract_draws()
,
extract_forecast_dates()
,
fv_extract_forecast()
,
fv_posterior()
,
fv_tidy_posterior()
,
link_dates_with_posterior()
,
link_obs_with_posterior()
,
plot.fv_posterior()
,
print.fv_posterior()
,
summary.fv_posterior()
,
update_voc_label()
posterior <- fv_example(strains = 2, type = "posterior")
long_posterior <- quantiles_to_long(posterior)
long_posterior
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.