Can be used to specify a multivariate brms model within a single formula. Outside of brmsformula, it just behaves like cbind.

mvbind(...)

Arguments

...

Same as in cbind

Examples

bf(mvbind(y1, y2) ~ x)
#> y1 ~ x 
#> y2 ~ x