Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Martin Weiss" <martin.weiss1@gmx.de> |
To | <statalist@hsphsun2.harvard.edu> |
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: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] Im Auftrag von Anders Fremstad Gesendet: Dienstag, 14. September 2010 16:58 An: statalist@hsphsun2.harvard.edu 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/