Hello everyone!
I'm new to using R, so I would like to know what package I can use to estimate a generalized linear mixed effects model (GLMM) with an ordinal dependent variable (3 categories) in R.
I have been using the "lme4" package for a binary dependent variable (family=binomial). But if it is ordinal, wouldn't it be necessary to apply a multinomial distribution?
Thank you!