Hello,
I am trying to estimate a fuzzy RD. Fuzzy RD is equivalent to 2SLS (Hahn et al. 2001). So I am trying to run 2SLS. (I am not allowed to use rd or rdrobust commands.)
Compulsory schooling in Turkey increased from 5 to 8 years in 1997. Birth cohorts that are born after 1986 (not included) are affected by the reform. I want to control for birth-cohort polynomials up to fourth-order. I also include age dummies. However, when I run the command below, birth_year2 birth_year3 birth_year4 are omitted because of multicollinearity. Could you help me with my code?
xi: ivregress 2sls lwage (yrs_school = reform) birth_year birth_year2 birth_year3 birth_year4 i.age , first
Thank you very much
Related Posts with 2SLS with we use polynomial terms of birth cohort.
Analyst Forecast DispersionHi All I am a beginner with Stata and am working with analyst data downloaded from IBES. I am using…
How to test the interactional effects with the -xtdpdml- commandI am using the -xtdpdml- to test the interactional effect of gender (time-invariant variable) and mo…
data calculation.Dear All, Suppose that I have the following data Code: * Example generated by -dataex-. To install:…
Estimate logit models with SUR and fixed effects included?Dear Stata enthusiasts, Is there any command that can be used to estimate two or more logit models …
How to calculate the annualized three-month rolling sample standard deviation (based on the actual trading days)?Dear stata users, I' m following the Campbell et al.(2008) to calculate the failure probability of …
Subscribe to:
Post Comments (Atom)
0 Response to 2SLS with we use polynomial terms of birth cohort.
Post a Comment