formula
or brmsformula
objects for use
in brms.
parse_bf(formula, family = NULL, autocor = NULL, check_response = TRUE, resp_rhs_all = TRUE)
formula
or
brmsformula
(or one that can be coerced to that classes):
A symbolic description of the model to be fitted.
The details of model specification are explained in
brmsformula
.link
argument allowing to specify
the link function to be applied on the response variable.
If not specified, default links are used.
For details of supported families see
brmsfamily
.
By default, a linear gaussian
model is applied.formula
(i.e. response variables and addition arguments)
should be parsed. If FALSE
, formula
may also be one-sided..$allvars
,
where .
represents the output of parse_bf
.brmsterms
, 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