I have a primary explanatory variable - education attainment (the qualification not years).
I have created 3 dummies to represent each qualification.
my education attainment (i.e. each dummy) is endogenous.
is it sensible to equate the 3 dummies to the same instrumental variable?
such that my the Stata command would be:
. ivprobit Account_0_1 age age2 inc_q_dum1 inc_q_dum2 inc_q_dum3 inc_q_dum4 femdum2 (educ_dum1 educ_dum2 educ_dum3 = Instrument)
Thank you
I have created 3 dummies to represent each qualification.
my education attainment (i.e. each dummy) is endogenous.
is it sensible to equate the 3 dummies to the same instrumental variable?
such that my the Stata command would be:
. ivprobit Account_0_1 age age2 inc_q_dum1 inc_q_dum2 inc_q_dum3 inc_q_dum4 femdum2 (educ_dum1 educ_dum2 educ_dum3 = Instrument)
Thank you
Comment