Hi, I’m trying to modify my model because I have a lot of divergent transitions, and I’m not sure now whether to use Bernoulli or binomial distribution. The code is as follows, the “res” is the binary response matrix, “response” is the matrix of the probability of selecting one of the two response options. Which distribution is correct? Thanks!
to_array_1d(res) ~ bernoulli(to_array_1d(response));