create_stan_params {EpiNow2}R Documentation

Create parameters for stan

Description

Create parameters for stan

Usage

create_stan_params(..., lower_bounds = NULL)

Arguments

...

Named delay distributions. The names are assigned to IDs

lower_bounds

Named vector of lower bounds for any delay(s). The names have to correspond to the names given to the delay distributions passed. If NULL (default) no parameters are given a lower bound.

Value

A list of variables as expected by the stan model


[Package EpiNow2 version 1.7.1 Index]