Hello!

I attempting to do a mixed model ordinal logistic regression with level 2 and level 1 variables (country and individual wide variables) to determine the effect of level one and level two variables on a level two variable. I was just wondering if I should be using a random intercept for the country or individual level variables, or if there is a way to test for this.
Code:
Code:
 meologit levelonevar1 levelonevar2 levelonevar3 leveltwovar1 leveltwovar2 || country:
Thank you in advance