Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: AW: xtreg using only individuals whose DV changes
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: xtreg using only individuals whose DV changes
Date
Tue, 14 Sep 2010 17:28:23 +0200
<>
*************
webuse union, clear
qui xtset
bys `r(panelvar)' (union): gen byte variation=union[1]!=union[_N]
xtreg union age grade i.not_smsa south##c.year if variation
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Anders Fremstad
Gesendet: Dienstag, 14. September 2010 16:58
An: [email protected]
Betreff: st: xtreg using only individuals whose DV changes
I am running: xtreg life_satisfaction income married..., fe i(personid)
I would like to run the same regression using only data from those
individuals whose life_satisfaction changes over time. Is there a way
to do this using the xtreg command? Or do I need to temporarily drop
individuals whose DV doesn't change -- and if so, how?
Thanks for your help,
Anders Fremstad
University of Massachusetts
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/