R/brmsformula.R
mvbind.Rd
Can be used to specify a multivariate brms model within a single formula. Outside of brmsformula, it just behaves like cbind.
brmsformula
cbind
mvbind(...)
Same as in cbind
brmsformula, mvbrmsformula
mvbrmsformula
bf(mvbind(y1, y2) ~ x) #> y1 ~ x #> y2 ~ x