Dear reader,
I have some problems with using the appropriate command for conducting an F-test for dummy variables. It is important to mention that I have Panel Data. The model consists of multiple fixed effects (year, firm, and executive). The executive fixed effects consist of three dummy variables namely: CEO, CFO, and Other. I have seven different models in which I want to test different fixed effects. In model 4, 5, 6, and 7 I would like to test for the executive effects so:
Model 4: Baseline regression (including only control variables) + CEO effects
Model 5: Baseline regression (including only control variables) + CFO effects
Model 6: Baseline regression (including only control variables) + Other effects
Model 7: Baseline regression (including only control variables) + CEO, CFO, and Other effects.
In STATA I tested different commands but I doubt that I used them correctly. I am aware of the different commands -regress- , -xtreg,fe-, and -reghdfe-.
Since, I only add one effect for models 4, 5, and 6 I guess that I have to work with the -xtreg,fe- command. However, I am also not sure which group variable (xtset) I have to use.
In model 7, I want to use the -reghdfe- command but I am not sure if I have to cluster or not.
The command that I used in model 4:
xtset CEO
xtreg GAAPETR RD ADVERTISING SGA CAPITALex LEVERAGE CASHHOlDINGS FOREIGN_OPERATIONS Net_Operating_Loss SIZE ESTIMATED_OPTION_EXPENSE INTANGIBLETOTOTALASSETS GROSSPPETOTOTALASSETS,fe
My questions are regarding which commands to use in these specific cases.
It would be nice if someone can explain this to me.
I have some problems with using the appropriate command for conducting an F-test for dummy variables. It is important to mention that I have Panel Data. The model consists of multiple fixed effects (year, firm, and executive). The executive fixed effects consist of three dummy variables namely: CEO, CFO, and Other. I have seven different models in which I want to test different fixed effects. In model 4, 5, 6, and 7 I would like to test for the executive effects so:
Model 4: Baseline regression (including only control variables) + CEO effects
Model 5: Baseline regression (including only control variables) + CFO effects
Model 6: Baseline regression (including only control variables) + Other effects
Model 7: Baseline regression (including only control variables) + CEO, CFO, and Other effects.
In STATA I tested different commands but I doubt that I used them correctly. I am aware of the different commands -regress- , -xtreg,fe-, and -reghdfe-.
Since, I only add one effect for models 4, 5, and 6 I guess that I have to work with the -xtreg,fe- command. However, I am also not sure which group variable (xtset) I have to use.
In model 7, I want to use the -reghdfe- command but I am not sure if I have to cluster or not.
The command that I used in model 4:
xtset CEO
xtreg GAAPETR RD ADVERTISING SGA CAPITALex LEVERAGE CASHHOlDINGS FOREIGN_OPERATIONS Net_Operating_Loss SIZE ESTIMATED_OPTION_EXPENSE INTANGIBLETOTOTALASSETS GROSSPPETOTOTALASSETS,fe
My questions are regarding which commands to use in these specific cases.
It would be nice if someone can explain this to me.
Comment