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: bootstrapping different models using the same samples


From   "Steve Martin" <[email protected]>
To   <[email protected]>
Subject   st: bootstrapping different models using the same samples
Date   Tue, 28 Jun 2011 16:05:40 +0100

I have a data set with 152 observations on y1 y2 x1 x2 x3 x4 x5.

Will 

set seed 75
bootstrap, reps(500): reg y1 x1 x2 x3

use the same 500 data samples as

set seed 75
bootstrap, reps(500): reg y2 x1 x4 x5?

[I want to compare the correlation between the coefficients on x2 and x4].

Thanks.

Steve

*
*   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