Set up a compounds symmetry (COSY) term in brms. The function does not evaluate its arguments – it exists purely to help set up a model with COSY terms.
cosy(time = NA, gr = NA)An object of class 'cosy_term', which is a list
of arguments to be interpreted by the formula
parsing functions of brms.
if (FALSE) { # \dontrun{
data("lh")
lh <- as.data.frame(lh)
fit <- brm(x ~ cosy(), data = lh)
summary(fit)
} # }