View source: R/posterior-methods.R
| print.fv_posterior | R Documentation |
print method for class "fv_posterior". Prints the available
value types and then falls back to the data.table print method.
## S3 method for class 'fv_posterior'
print(x, ...)
x |
An output from output from |
... |
Pass additional arguments to |
A summary data.frame
fv_tidy_posterior
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(),
quantiles_to_long(),
summary.fv_posterior(),
update_voc_label()
posterior <- fv_example(strains = 2, type = "posterior")
# case summary
posterior
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.