| $.epinow | R Documentation |
Provides backward compatibility for the old return structure. The previous
structure with
estimates, estimated_reported_cases,
summary, plots, and estimate_infections elements is
deprecated. Use the standard S3 methods
instead:
estimates$samples - use get_samples(object)
estimates$summarised - use summary(object,
type = "parameters")
estimated_reported_cases - use
estimates_by_report_date(object)
summary - use summary(object)
plots - use plot(object)
estimate_infections - use the object directly (it now
inherits from estimate_infections)
## S3 method for class 'epinow'
x$name
x |
An |
name |
The name of the element to extract |
The requested element. Errors for deprecated element names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.