Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: -bootstrap- of decomposition by user-written -jmp2- package


From   Michael Buryak <[email protected]>
To   [email protected]
Subject   st: -bootstrap- of decomposition by user-written -jmp2- package
Date   Fri, 2 Dec 2005 21:43:56 +0200

Hi!
Help me, please!

I'm trying decomposition by -jmp2- package. Syntax looks like this:

-------------------------------------start
example--------------------------------------------------------------------
reg ln_incms age age_sq marital educ if  year==1975 &  ethnicity==1
estimates store ashkenazi_75
reg ln_incms age age_sq marital educ if  year==1975 &  ethnicity==0
estimates store mizrahi_75
reg ln_incms age age_sq marital educ if  year==1979 &  ethnicity==1
estimates store ashkenazi_79
reg ln_incms age age_sq marital educ if  year==1979 &  ethnicity==0
estimates store mizrahi_79
jmp2 ashkenazi_75 mizrahi_75 ashkenazi_79 mizrahi_79 , benchmark(1) reference(1)
-------------------------------------end
example----------------------------------------------------------------------

I need to test significant of decomposition results by -bootstrap- method.
Help me, please. What will I add to the syntax?
I really need your help

Thank you in advance,
Michael Buryak <[email protected]>
Department of Labor Studies,
Tel-Aviv University, Israel

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index