Bookmark and Share

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: Putting Coefficients in the same column with


From   daniel klein <[email protected]>
To   [email protected]
Subject   Re: st: Putting Coefficients in the same column with
Date   Thu, 28 Apr 2011 23:11:20 +0200

After using -estread- you should be able to restore all estimates.
Suppose you want to combine estimtes from models m1 and m2. You can do
something like:

. estread foo.sters
. est res m1
. mat b_part1 = e(b)
. est res m2
. mat b_full = b_part1, e(b)

Then you can -eret post- the matirx.

I cannot see an easy way (i.e. a one line solution) to combine the
covariance-matrices e(V), however someone more experienced might.

Best Daniel
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index