create_stan_params function

Create parameters for stan

Create parameters for stan

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.

Returns

A list of variables as expected by the stan model