I am hoping to confirm my interpreting and application of the interaction terms Stata provides when we run the var1##var2##var3 regression format.
My regression command is
xtreg ff D1event##D2style##D3rating
where ff = fund flows. My coefficients look like this
I am hoping to confirm that my interpretation and application of the coefficients are correct. My purpose is to:
1. estimate the unique ff (ie fund flows) associated D2 style fund with a D3rating in a D1 event.
Given the following outputs, am I correct to interpret the 1.D1event#1.D2 style#1.D3rating coefficient as indicating that 15 is estimated to occur in a D1event (compared to a non-D1event) for a D2style fund (compared to a non D2style fund) if the fund has a D3 rating (compared to not having a D3 rating).
2. explain how the interaction components fit together. What is the estimated total ff (ie fund flow) for a D2 style fund with a D3rating in a D1 event?
Is it the sum of all the coefficients? Ie Constant + D1event + D2style + 1.D1event#1.D2style
D3rating + 1.D1event#1.D3rating + 1.D2 style #1.D3rating + 1.D1event#1.D2style#1.D3rating
Thank you for your help, Dan
My regression command is
xtreg ff D1event##D2style##D3rating
where ff = fund flows. My coefficients look like this
VARIABLES | |
D1event = 1 | -9 |
D2style = 1 | -3 |
1.D1event#1.D2style | -7 |
D3rating = 1 | 5 |
1.D1event#1.D3rating | -1 |
1.D2 style #1.D3rating | -14 |
1.D1event#1.D2style#1.D3rating | 15 |
Constant | 22 |
1. estimate the unique ff (ie fund flows) associated D2 style fund with a D3rating in a D1 event.
Given the following outputs, am I correct to interpret the 1.D1event#1.D2 style#1.D3rating coefficient as indicating that 15 is estimated to occur in a D1event (compared to a non-D1event) for a D2style fund (compared to a non D2style fund) if the fund has a D3 rating (compared to not having a D3 rating).
2. explain how the interaction components fit together. What is the estimated total ff (ie fund flow) for a D2 style fund with a D3rating in a D1 event?
Is it the sum of all the coefficients? Ie Constant + D1event + D2style + 1.D1event#1.D2style
D3rating + 1.D1event#1.D3rating + 1.D2 style #1.D3rating + 1.D1event#1.D2style#1.D3rating
Thank you for your help, Dan
Comment