Hi, I'm a student and I'm trying to determine a model to use for my dataset. The goal is to estimate the enrolment ratio for MBA programs, however there's a potential endogeneity issue between enorlment and tuition fees.
I tried to use an Anderson Hsiao (1981) method of instrumenting the tuition fees in a 3sls regression model.
of which, I use:
reg3 ( d.tuition1 d.gmat l2.lenrolment ) ( d.lenrolment d.avgmat l2.tuition)
but found no significant relationship between tuition and enrolment. I'm unsure how to interpret this?
a normal
xtreg lenrolment tuition gmat, fe
would have the coefficient on tuition to be significant at 5%. But in the reg3 model I found no relationship with p-values at above 0.5.
I'm unsure of how to do an endogeneity test as I'm unsure whether a twice lagged variable would be appropriate as an IV, since the reg3 model gave no significant results.
I did a 2sls endogeneity test :
ivregress 2sls d.lenrolment d.avgmat (l.d.tuition = l2.tuition) estat endog
which returns a durbin and hausman wu of above 0.4 each respectively.
which suggests that the tuition is exogenous? Which is contradictory to prior literature
Related Posts with l2.X variable as IV for X? Anderson Hsiao(1981). how to test for endogeneity panel (2sls)
Calculating joint significanceDear all, I run a regression of financial reporting quality (FRQ) on investment where I have a vari…
mcp error "There was a problem executing -margins-."Dear colleagues, my first post here so apologies if I'm doing it wrong. I always use Royston's mcp …
fit a quadratic time trend using rangestatHi all, I have a 30-year unbalanced panel data, with firm and year. I wish to do a 10-year rolling …
Graph bar colors by groupHi everybody, I have a simple question about bar graphs in Stata but I don't seem to find a solutio…
Drop rows that are empty in all variablesHi Statalist I have a question about trying to drop those rows that are empty in all the variables …
Subscribe to:
Post Comments (Atom)
0 Response to l2.X variable as IV for X? Anderson Hsiao(1981). how to test for endogeneity panel (2sls)
Post a Comment