Dear Statalisters,
I have a quick question regarding ordered logits.
I have a panel dataset with individuals and t=2. I use the following xtset
xtset individual year
I then run a simple ordinal logit
1. xtologit y x1 x2 x3 x4, vce(cluster state)
Now my question: ALL individuals lived in the same state in period 1 and period 2. I.e. no one moved, but people are living in different states. I cluster for states, as can be seen above.
Does it make sense to include dummies for each individual state in the regression? I can not really wrap my head around it. It would then look.
2. xtologit y x1 x2 x3 x4 i.state, vce(cluster state)
Is 1. or 2. better? Or does it depend on other factors?, If yes - which ones?
Many thanks in advance,
Andreas
Related Posts with Ordered Logit Regression
Stata only creates 4 out of 5 quintiles?I have a continuous variable in some panel data (xtset by id and year over 5 years) that I would lik…
Panel data with multiple observations per unit/time combo?This question is a bit Stata-related, a bit general panel data analysis-related. I've got a panel da…
Estimation results not found with 'Coefplot'Hello, Using the user-written khb command by Ulrich Kohler and Kristian Karlson, I have decomposed …
How to compare two data which contain different time frequencies?Hi, I am trying to compare two datasets such as Bitcoin and AAPL. As you realized that Bitcoin data …
Unable to access Stata MP2 on UbuntuI have been using Stata on windows 10 for sometime now and recently got a laptop with Ubuntu 20.04 i…
Subscribe to:
Post Comments (Atom)
0 Response to Ordered Logit Regression
Post a Comment