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]

RE: st: RE: How to perform a Wald test between the fixed effect...


From   Frank Barbera <[email protected]>
To   "[email protected]" <[email protected]>
Subject   RE: st: RE: How to perform a Wald test between the fixed effect...
Date   Thu, 21 Feb 2013 22:12:12 +1000

Hi John, you are correct, I wish to test the whether the time invariant predictor was significant, but not via the Mundlak or RE approach. 

I can't show you what I mean with all the data in 'nlswork' since there are too many idcodes, but if we can focus on the first 9 individuals (up to idcode 10, as idcode 8 is missing), I'll try to explain. Please bear with my clumsy commands (this is all new to me).  

First, I create a 'race_1' dummy equating to 1 if the individual is of the first race and 0 if they belong to the second...

gen race_1=0
replace race_1 = 1 if race < 2

Then I categorise the idcodes into race_1 or race_2...

generate id_race1 = idcode*race_1
generate id_race2 = idcode*(1-race_1)

After that, I run the following regression, which creates the individual dummies and estimates each individuals intercept coefficient (wherein race has been absorbed)...

xi: regress ln_w age i.id_race1 i.id_race2, noconstant



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