cor_cosy {brms} | R Documentation |
(Deprecated) Compound Symmetry (COSY) Correlation Structure
Description
This function is deprecated. Please see cosy
for the new syntax.
This functions is a constructor for the cor_cosy
class, representing
a compound symmetry structure corresponding to uniform correlation.
Usage
cor_cosy(formula = ~1)
Arguments
formula |
A one sided formula of the form |
Value
An object of class cor_cosy
, representing a compound symmetry
correlation structure.
Examples
cor_cosy(~ visit | patient)