View source: R/model-constant-formula.R
constant_formula | R Documentation |
Set-up an equation for formula objects with a constant response.
constant_formula(
response_variable = "response",
response_units = NULL,
predictors = 1,
...
)
response_variable |
|
response_units |
character the units of the response |
predictors |
Additional formula objects to specify predictors of non-linear parameters. i.e. what perturbations/experimental differences should be modeled separately? (Default: 1) should a random effect be taken into consideration? i.e. cell number, plate number, etc. |
... |
additional arguments to |
bpformula brms::brmsformula()
## Not run:
constant_formula(predictors = 0 + predictors)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.