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 16 describe command - file size is gone?Dear all Running an updated Stata 16 MP version, I notice that the Code: describe command is miss…
Creating Date from Elapsed TimeI want to know when romantic relationships began. I have three different variables that indicate how…
Increase number of characters displayed in value label for svy tab?When using svy tab for survey weights, the label cut off is 8 characters, In regular tab, it's somet…
Reshape from wide to long in multiple stepsDear Listers, I have some trouble reshaping a set of country specific variables that I need to merg…
Writing nested foreach loop to convert many .txt files to .dtaI'm trying to write a foreach loop to convert a few hundred text files, divided up into many folders…
Subscribe to:
Post Comments (Atom)
0 Response to Ordered Logit Regression
Post a Comment