brms (version 2.14.0)

mvbind: 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 cbind

See Also

brmsformula, mvbrmsformula

Examples

Run this code
# NOT RUN {
bf(mvbind(y1, y2) ~ x)

# }

Run the code above in your browser using DataCamp Workspace