Hello,
I have three variables and want to see if it is worth including all of them in the model or if the lrtest indicates it would be better to just include one or two variables. The three variables are all categorical. Can anyone advise how I enter this?
For the first line model 1 do I enter all three variables? If so, what is entered in model2? Or do I create three models with each variable added individually?
I have three variables and want to see if it is worth including all of them in the model or if the lrtest indicates it would be better to just include one or two variables. The three variables are all categorical. Can anyone advise how I enter this?
Code:
clogit model 1 estimates store m1 clogit model 2 estimates store m2 lrtest m1 m2
Comment