Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Liwu <liwu.hsu@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: bootstrap saving option |
Date | Mon, 7 Feb 2011 10:39:08 -0500 |
Thanks again, Steve. Here is another code I would like to share in case someone might face the same issue in the future. statsby _b _se, by(headroom) saving(test): bootstrap _b[foreign] _b[weight] rmse=e(rmse), rep(10): reg mpg weight turn foreign After running this, the coefficient and standard error would be saved in test.ado file. And the results are not overlapped among various regression models. Liwu * * 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/