| make_init_priors | R Documentation |
Bundles the data items consumed by the init-prior dispatch in
inst/stan/estimate_infections.stan (n_init_priors, init_param_ids,
init_dists, init_lower, init_upper, init_dist_params_length,
init_dist_params). With no priors, returns empty arrays so callers
(such as forward simulation) satisfy the shared data block.
make_init_priors(priors = list())
priors |
A list of |
A named list of stan_data fields to be merged in via c().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.