The following is from Suest help file
Example 2: Do coefficients vary between groups? ("Chow test")
. webuse income
. regress inc edu exp if male
. estimates store Male
. regress inc edu exp if !male
. estimates store Female
. suest Male Female
. test [Male_mean = Female_mean]
When I run the above, I get the following
( 1) [Male_mean]edu - [Female_mean]edu = 0
( 2) [Male_mean]exp - [Female_mean]exp = 0
chi2( 2) = 1.79
Prob > chi2 = 0.4082
When I run the following I get different result
. test [Male_mean]edu = [Female_mean]edu
( 1) [Male_mean]edu - [Female_mean]edu = 0
chi2( 1) = 1.62
Prob > chi2 = 0.2035
And then the following
test [Male_mean]exp = [Female_mean]exp
( 1) [Male_mean]exp - [Female_mean]exp = 0
chi2( 1) = 0.28
Prob > chi2 = 0.5959
My question is if I want to test the coefficient difference of education, which one is correct? Is it . test [Male_mean]edu = [Female_mean]edu
Or the first one?
Related Posts with Suest Command
Mundlak procedureDear all, When using the Mundlak procedure, if one wishes to include year fixed effects (i.e. a dum…
Time and Country Fixed Effects in Panel Data Estimation (OLS and PPMLI am doing a regression taking 34 countries for the time period 2010-19. It is a gravity model so th…
Confusion about create matching pair id for conditional logistic regressionDear Statalisters, I use -ccmatch- creating match pair of fdz (0 1) base on condition of (size0 ind…
How to explain the results of t2way5 i.e. Tukey's Two-Way Analysis by MediansDear Stata users, Nick Cox had written a command named -t2way5- (SSC) to execute Tukey's Two-Way An…
From single event observations to time seriesHi everyone, As I am quite new to Stata hope you can help me out with the next question. Currently…
Subscribe to:
Post Comments (Atom)
0 Response to Suest Command
Post a Comment