Fits multiple incidence() models in an efficient, optionally in parallel, framework with user definable progression settings.

incidence_lapply(prev_list, ...)

Arguments

prev_list

A list of lists of data as produced by i2p_data().

...

Additional arguments passed to incidence() and/or future_lapply().

Value

A fit stan model as produced by the option passed to fit_fn.

Details

Progression information is displayed using the progressr package. See the package documentation for options.

See also

Other incidence: combine_incidence_fits(), incidence()