Hi, When doing binary logistic regression I recode my categories to 0 and 1 and things run smoothly.
When doing a categorical family model with the logit link, a la a multinomial regression, does BRMS expect what R would consider a nominal, factor data type like “red”, “blue”, “green” or should I recode my outcome variable to something like 1,2,3?