HI,
I'm trying to compare coefficient from different regression models with panel data.
In a normal regression I would use cross-equation test, that allows to test for the difference between two regression coefficients across independent samples. The test answers the question: “does b1 = b2?”; where b1 reflects the effect of explanatory variable within group 1 and b2 is the effect of the same variable within group 2.
code:
regr Y X1 X2 if X3 == 0
est store zero
regr Y X1 X2 if X3 == 1
est store one
suest zero one
test [zero_Y=one_Y]: X1
If I do the same thing after "xtreg, fe" (fixed effect) the output is:
Constraint 1 dropped
chi2( 0) = .
Prob > chi2 = .
Is there a way to do cross-equation test using "xtreg, fe"?
thank you
Related Posts with Cross-equation test in Panel Analysis
No constant in fixed-effect regressionDear all: Hope you are doing well and healthy. I am writing to ask a quick question about the fixed…
How to do Reality check and SPA test by Stata?Dear Statalist, I want to know whether there are any user written commands by stata for performing R…
Topic impact access to microfinancial institution for ensuring consumption because of health shock : omitted because of collinearityIam currently writing for my undergraduated thesis. I have large panel data in year 2007 and 2014. m…
Blinder–Oaxaca decompositionI'm planning for Blinder–Oaxaca decomposition for a study. In the standard B-O decomposition there a…
How to create interaction variable in stataI have 2 independent variables and i need to create an interaction from both variable. The first var…
Subscribe to:
Post Comments (Atom)
0 Response to Cross-equation test in Panel Analysis
Post a Comment