View source: R/epinow-internal.R
save_estimate_infections | R Documentation |
Saves output from estimate_infections
to a target directory.
save_estimate_infections(
estimates,
target_folder = NULL,
samples = TRUE,
return_fit = TRUE
)
estimates |
List of data frames as output by |
target_folder |
Character string specifying where to save results (will create if not present). |
samples |
Logical, defaults to TRUE. Should samples be saved |
return_fit |
Logical, defaults to TRUE. Should the fit stan object be returned. |
No return value, called for side effects
estimate_infections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.