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.
Storing Cumulative Risk ValuesCode Code: use https://data.princeton.edu/pop509/justices2.dta, clear stset tenure, fail(event == 1…
reghdfeHello, I have Stata 15.1 installed and today reghdfe stopped working and gives me the following erro…
date differences using max values where ID values are duplicateHere is the master data I have. Code: * Example generated by -dataex-. To install: ssc install dat…
How to address two idenpendent random intercepts into melogit?I formulate a equation as y=a0+aX+vi+ut The latter two term are random intercepts. How to code it in…
Lags for Newey West Standard Errors in fmbHi, I am using the command fmb in order to estimate Fama-Macbeth regressions for my unbalanced pane…
Subscribe to:
Post Comments (Atom)
0 Response to 2SLS with we use polynomial terms of birth cohort.
Post a Comment