Dear all,
Suppose I run the following saturated triple difference equation:
the triple difference coefficient we want will be that of treated_industry#treated_state#post.
Suppose the outcome thus varies on a state, year and industry basis. We therefore run the following specification, also saturated:
Is it normal to obtain the identical coefficient on the triple difference coefficient treated_industry#treated_state#post across both estimations?
Might this be the case because both models are saturated, and therefore the variation of the triple difference variable must be identical within clusters defined in the abovementioned estimations?
Suppose I run the following saturated triple difference equation:
Code:
reg Y post treated_industry treated_state treated_industry#treated_state treated_industry#post treated_state#post treated_industry#treated_state#post
Suppose the outcome thus varies on a state, year and industry basis. We therefore run the following specification, also saturated:
Code:
reg Y treated_industry#treated_state#post i.year#i.state i.year#i.industry i.industry#i.state
Is it normal to obtain the identical coefficient on the triple difference coefficient treated_industry#treated_state#post across both estimations?
Might this be the case because both models are saturated, and therefore the variation of the triple difference variable must be identical within clusters defined in the abovementioned estimations?
Comment