You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
I think you mean sequential logit and the seqlogit command from SSC.
Code:
ssc desc seqlogit
Do you have individual-level panel data? If so, there should be no issue with adding household dummies in the regression. Simply use:
Code:
i.household
If you have household panel data (where each observation represents a household observed at a point in time) and only a few time periods, then you cannot use household dummies due to the incidental parameters problem. However, since a sequential logit model can be implemented using a series of logit commands, it should also be possible to use a series of conditional logit commands to estimate a sequential conditional logit model. See:
Comment