there are 13 variables which have been regressed using the logit. All the variables are categorical variables. Now my aim is to see the interaction between two variables. When I run my logit, it runs out of degrees of freedom and hence the STATA does not deliver any reslut.
Example
Q= i.A i.S i.Ec i.Pr i.xx i.dd#i.ii
Can I treat my 11 variables as continuous and add the interaction term. If yes, how do I support my doing
Example Q = A S Ec Pr xx i.dd#i.ii
i.dd#i.ii is the interaction variables. # menas interaction in stata @Glen_b
– user40767 Aug 24 '14 at 02:17My issue is :- When I run my logit regression, do I treat my categorical variables as continuous as when I try to do logit using all the categorical variables and the interaction term, STATA does not deliver a result. It starts the iteration process.
Therefore, should I treat my other 11 variables as continuous variables and then do the interactions. I have around min 4 levels for each variable and all of them are categorical. @Glen_b
– user40767 Aug 24 '14 at 02:29In my initial step I performed logit with the categorical variables, then I wanted to see the interaction between two variables. As its not possible to regress the entire chuck, i took two significant variables whoch i found after logit. I performed logit on them again but interacted the two variables( treated them as categorical). Is this what you meant by forward model selection? @RussLenth
– user40767 Aug 24 '14 at 03:29