Set up a multivariate model formula for use in the brms package allowing to define (potentially non-linear) additive multilevel models for all parameters of the assumed response distributions.
Arguments
- ...
Objects of class
formulaorbrmsformula, each specifying a univariate model. Seebrmsformulafor details on how to specify univariate models.- flist
Optional list of formulas, which are treated in the same way as formulas passed via the
...argument.- rescor
Logical; Indicates if residual correlation between the response variables should be modeled. Currently, this is only possible in multivariate
gaussianandstudentmodels. IfNULL(the default),rescoris internally set toTRUEwhen possible.
Value
An object of class mvbrmsformula, which
is essentially a list containing all model formulas
as well as some additional information for multivariate models.
Details
See vignette("brms_multivariate") for a case study.