mvbind: Bind response variables in multivariate models

View source: R/brmsformula.R

mvbindR 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 cbind

See Also

brmsformula, mvbrmsformula

Examples

bf(mvbind(y1, y2) ~ x)


brms documentation built on Sept. 26, 2023, 1:08 a.m.