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- useget_samples(object)estimates$summarised- usesummary(object, type = "parameters")estimated_reported_cases- useestimates_by_report_date(object)summary- usesummary(object)plots- useplot(object)estimate_infections- use the object directly (it now inherits fromestimate_infections)
