I am trying to find effect of a shock on time spent on unpaid and paid work using simultaneous equations model. Variables of my interest are:
women_unpaid= time spent by women on unpaid work (endogenous variable)
women_paid=time spent by women on paid work (endogenous variable)
time_dummy=1 after the shock and 0 before the shock (exogenous variable)
treatment=1 if dwelling in treated districts and 0 if dwelling in control districts (exogenous variable)
DID=interaction of time_dummy and treatment (exogenous variable)
Code used: reg3 ( women_unpaid: women_paid time_dummy treatment DID ) ( women_paid: women_unpaid time_dummy treatment DID )
women_unpaid= time spent by women on unpaid work (endogenous variable)
women_paid=time spent by women on paid work (endogenous variable)
time_dummy=1 after the shock and 0 before the shock (exogenous variable)
treatment=1 if dwelling in treated districts and 0 if dwelling in control districts (exogenous variable)
DID=interaction of time_dummy and treatment (exogenous variable)
Code used: reg3 ( women_unpaid: women_paid time_dummy treatment DID ) ( women_paid: women_unpaid time_dummy treatment DID )
Comment