I have to calculate the repeatability of the agression scores of male birds (measured on a scale from 0 to 4).
For non-multinomial data I would have used a mixed model (lmer) like this:
lmer(Response~1+(1|ID))
And use the residual and interindividual variance to calculate the repeatability.
However, this formula doesn't work for multinomial data.
Any solutions?