combine_incidence_fits.RdCombine the posteriors of multiple stan fits into
a single rstan stanfit object. This is likely useful when using
incidence_lapply() to fit models using multiple sampled probability
of detection curves. A simple wrapper around rstan::sflist2stanfit()
combine_incidence_fits(incidence_list)A list of incidence model fits converted to be
stanfit objects from th rstan packag
A stanfit model with combined posterior estimates
Progression information is displayed using the
progresr package. See the package documentation for options.
Other incidence:
incidence_lapply(),
incidence()