incidence_lapply.Rd
Fits multiple incidence()
models in an efficient,
optionally in parallel, framework with user definable progression
settings.
incidence_lapply(prev_list, ...)
A list of lists of data as produced by i2p_data()
.
Additional arguments passed to incidence()
and/or
future_lapply()
.
A fit stan model as produced by the option passed to
fit_fn
.
Progression information is displayed using the
progressr
package. See the package documentation for options.
Other incidence:
combine_incidence_fits()
,
incidence()