View source: R/model-growth-run.R
| growth_richards_model | R Documentation | 
For additional information on additional function arguments, reference: brm and the stan documentation.
growth_richards_model(
  data,
  formula = growth_richards_formula(),
  prior = growth_richards_prior(),
  init = growth_richards_init(),
  iter = 8000,
  control = list(adapt_delta = 0.99),
  stanvar_function = growth_richards_stanvar(),
  expose_functions = TRUE,
  ...
)
data | 
 
  | 
formula | 
 
  | 
prior | 
 brms::brmsprior   | 
init | 
 initial values of the parameters being modeled. To create an
init, use   | 
iter | 
 
  | 
control | 
 a named   | 
stanvar_function | 
 Stan code for the model  | 
expose_functions | 
 
  | 
... | 
 additional arguments passed to   | 
bpfit which wraps brms::brmsfit()
Helper functions: growth_richards_formula, growth_richards_prior, and growth_richards_init, and brms::brmsfit
## Not run: 
  BayesPharma::growth_sigmoid_model(
    data = data,
    formula = BayesPharma::growth_richards_formula(predictors = 0 + drug))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.