Stan Code for the Richards Growth Function.
growth_richards_stanvar.Rd
Stan Code for the Richards Growth Function.
Examples
if (FALSE) { # \dontrun{
brms::brm(
data = data.frame(
response = ...,
time = ...),
formula = brms::brmsformula(
response ~ growth_richards(K, K0, rate, lambda, nu, time),
K + K0 + rate + lambda + nu ~ 1,
nl = TRUE),
prior = ...,
init = ...,
stanvars = BayesPharma::growth_sigmoid_stanvar())
} # }