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