The rows that you shaded in purple are problematic, and they reflect improper modeling of your situation. If Recovery = 1 with Crash = 0 is not a possible combination, then you cannot have Recovery and Crash as separate variables in the model. You must do it the way I have previously suggested:
Create a 0/1/2 variable for Before, Crash, and Recovery. Call that variable era and make the code
The rest of the table looks correct.
Create a 0/1/2 variable for Before, Crash, and Recovery. Call that variable era and make the code
Code:
regress return i.era##i.Top20_S etc.
Comment