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