I'm fitting a cumulative-logit model using an ordinal explicative, the coefficients I get are as following:
coefficients(cum_mod_podds_ord,matrix=TRUE)
logit(P[Y>=2]) logit(P[Y>=3])
(Intercept) -0.4106068 -1.2504301
depr_ord.L 1.3749694 1.3749694
depr_ord.Q -0.1039784 -0.1039784
I'd like to know what the L and Q that the function put after the name of the variable stand for.
Thank you in advance