brmsterms | R Documentation |
Parse formulas objects for use in brms.
brmsterms(formula, ...)
## Default S3 method:
brmsterms(formula, ...)
## S3 method for class 'brmsformula'
brmsterms(formula, check_response = TRUE, resp_rhs_all = TRUE, ...)
## S3 method for class 'mvbrmsformula'
brmsterms(formula, ...)
formula |
An object of class |
... |
Further arguments passed to or from other methods. |
check_response |
Logical; Indicates whether the left-hand side
of |
resp_rhs_all |
Logical; Indicates whether to also include response
variables on the right-hand side of formula |
This is the main formula parsing function of brms. It should usually not be called directly, but is exported to allow package developers making use of the formula syntax implemented in brms. As long as no other packages depend on this functions, it may be changed without deprecation warnings, when new features make this necessary.
An object of class brmsterms
or mvbrmsterms
(for multivariate models), which is a list
containing all
required information initially stored in formula
in an easier to use format, basically a list of formulas
(not an abstract syntax tree).
brm
,
brmsformula
,
mvbrmsformula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.