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]

st: cannot use outreg2 to output estimates that use the mi prefix


From   "Marder, Andrew" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: cannot use outreg2 to output estimates that use the mi prefix
Date   Fri, 13 Sep 2013 16:57:37 -0400

Dear Stata List,

When I run the following code:

    use 
http://www.ats.ucla.edu/stat/stata/seminars/missing_data/mvn_imputation,
clear

    mi estimate, post: regress socst write read math
    estimates store e1

    mi estimate, post: regress socst write read math female
    estimates store e2

    outreg2 [*] using test.txt, label replace

I get the following error:

    variable _est_* not found
    r(111);

If you have any suggestions on how to fix this issue, I would love to hear
them.

Thanks! Andrew

PS This thread is where I learned about the `post` option for `mi`:
http://www.stata.com/statalist/archive/2009-11/msg00004.html


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


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