mvbind {brms} | R Documentation |
Bind response variables in multivariate models
Description
Can be used to specify a multivariate brms model within a single
formula. Outside of brmsformula
, it just behaves like
cbind
.
Usage
mvbind(...)
Arguments
... |
Same as in |
See Also
Examples
bf(mvbind(y1, y2) ~ x)
[Package brms version 2.21.0 Index]