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]
Re: st: save coefficients from a fixed effect regression
From
Maarten buis <[email protected]>
To
[email protected]
Subject
Re: st: save coefficients from a fixed effect regression
Date
Fri, 17 Sep 2010 08:24:52 +0000 (GMT)
--- On Fri, 17/9/10, [email protected] 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/