fit_model_approximate {EpiNow2} | R Documentation |
Fit a Stan Model using an approximate method
Description
Fits a stan model using variational inference.
Usage
fit_model_approximate(args, future = FALSE, id = "stan")
Arguments
args |
List of stan arguments. |
future |
Logical, defaults to |
id |
A character string used to assign logging information on error.
Used by |
Value
A stan model object
[Package EpiNow2 version 1.7.1 Index]