Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | <delibera@illinois.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: save coefficients from a fixed effect regression |
Date | Fri, 17 Sep 2010 08:47:15 -0500 (CDT) |
Hi Maarten, I will try that Thanks a lot! Priscila ---- Original message ---- >Date: Fri, 17 Sep 2010 08:24:52 +0000 (GMT) >From: Maarten buis <maartenbuis@yahoo.co.uk> >Subject: Re: st: save coefficients from a fixed effect regression >To: statalist@hsphsun2.harvard.edu > >--- On Fri, 17/9/10, delibera@illinois.edu wrote: >> I need to run a fixed effect regression and I would like to >> know how to save the estimated coefficients from all the >> "fixed effects". > >You can use -predict- with the -u- option. > >*------------------- begin example ----------------- >webuse nlswork, clear >xtset idcode >xtreg ln_w grade age c.age#c.age ttl_exp /// > c.ttl_exp#c.ttl_exp tenure /// > c.tenure#c.tenure 2.race not_smsa /// > south union, fe >predict u, u >*--------------------- end example ------------------ >(For more on examples I sent to the Statalist see: >http://www.maartenbuis.nl/example_faq ) > >Hope this helps, >Maarten > >-------------------------- >Maarten L. Buis >Institut fuer Soziologie >Universitaet Tuebingen >Wilhelmstrasse 36 >72074 Tuebingen >Germany > >http://www.maartenbuis.nl >-------------------------- > > > > >* >* 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/