Saves output from
estimate_infections
to a target directory.
save_estimate_infections(
estimates,
target_folder = NULL,
samples = TRUE,
return_fit = TRUE
)
No return value, called for side effects
List of data frames as output by estimate_infections
Character string specifying where to save results (will create if not present).
Logical, defaults to TRUE. Should samples be saved
Logical, defaults to TRUE. Should the fit stan object be returned.
estimate_infections