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

st: RE: juhn-murphy-pierce decomposition


From   "Jann, Ben" <[email protected]>
To   <[email protected]>
Subject   st: RE: juhn-murphy-pierce decomposition
Date   Wed, 9 Mar 2005 09:37:12 +0100

Hipolito wrote:
> When I use the jmp ado-file to carry out the juhn-murphy-pierce
> decomposition, I always get an 'invalid syntax' error. Below 
> there is an
> example:
> reg lnsalhora ant* if dhombre==1
> estimates store dhombre
> reg lnsalhora ant* if dmujer==1
> estimates store dmujer
> jmp dhombre dmujer, statistics(mean)
> (invalid syntax)

This is puzzeling. Hipolito, can you please execute the 
following commands

  reg lnsalhora ant* if dhombre==1
  estimates store dhombre
  reg lnsalhora ant* if dmujer==1
  estimates store dmujer
  set trace on
  jmp dhombre dmujer, statistics(mean)

and then send me the log file (or the contents of the results 
window) off-list ([email protected])? 

ben


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