Hello I am building a model using ologit wherein my y = score (0=bad to 5=excellent) and I have about 6 independent variables out of which four are categorical using the code :
ologit score employees age i.sector i.country_origin i.market i.orientation, or
Here, my problem is that sector has 4 categories (manufacture, info, communication, tech) and so do other variables with i. in front of them, do i include all of these four categories in the model and specify the ref category ? Or I keep it the way it is, then in that case how do I interpret it ?
ologit score employees age i.sector i.country_origin i.market i.orientation, or
Here, my problem is that sector has 4 categories (manufacture, info, communication, tech) and so do other variables with i. in front of them, do i include all of these four categories in the model and specify the ref category ? Or I keep it the way it is, then in that case how do I interpret it ?
Comment