print.fv_posterior: Print method for fv_tidy_posterior

View source: R/posterior-methods.R

print.fv_posteriorR Documentation

Print method for fv_tidy_posterior

Description

print method for class "fv_posterior". Prints the available value types and then falls back to the data.table print method.

Usage

## S3 method for class 'fv_posterior'
print(x, ...)

Arguments

x

An output from output from fv_tidy_posterior().

...

Pass additional arguments to data.table printing method.

Value

A summary data.frame

See Also

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()

Examples

posterior <- fv_example(strains = 2, type = "posterior")

# case summary
posterior

epiforecasts/forecast.vocs documentation built on May 14, 2023, 2 p.m.