Hello everyone,
I’d like to measure the CEO-effect (i.e. proportion of variance in a firm-level outcome variable that can be attributed to the presence of individual CEOs) within my unbalanced panel data using Stata 12.0 for Windows.
My model looks as follows:
FirmPerformance_ijkt = GrandMean + Year_i + Industry_j + Company_k + CEO_t + Error_ijkt
In accordance with previous papers, I would like to estimate the effects with a fixed-effect model using simultaneous ANOVA, which is supposed to be “… a modified version of sequential ANOVA. While sequential ANOVA does not estimate the covariance among categories, and instead attributes covariance between two categories to whichever is entered earlier in the model, simultaneous ANOVA estimates the covariance between different categories and adjusts the category estimates accordingly.” (Crossland/Hambrick 2007, p. 780). Another article states “… simultaneous ANOVA allows for a full set of covariance effects but does not assume randomness in the model errors.” (Mackey 2008, p. 1360).
Unfortunately, I couldn’t find anything in how to do a simultaneous ANOVA in Stata so far. Does anyone has an idea?
Is it maybe just something like:
. anova a b c a#b a#c b#c a#b#c a##b##c ?
Thanks in advance!
---------------------------------------
Crossland, C. und D. C. Hambrick (2007): How National Systems Differ in Their Constraints on Corporate Executives: A Study of CEO Effects in Three Countries; in: Strategic Management Journal 28 (8); p. 767–789.
Mackey, A. (2008): The Effect of CEOs on Firm Performance; in: Strategic Management Journal 29 (12); p. 1357-1367.
I’d like to measure the CEO-effect (i.e. proportion of variance in a firm-level outcome variable that can be attributed to the presence of individual CEOs) within my unbalanced panel data using Stata 12.0 for Windows.
My model looks as follows:
FirmPerformance_ijkt = GrandMean + Year_i + Industry_j + Company_k + CEO_t + Error_ijkt
In accordance with previous papers, I would like to estimate the effects with a fixed-effect model using simultaneous ANOVA, which is supposed to be “… a modified version of sequential ANOVA. While sequential ANOVA does not estimate the covariance among categories, and instead attributes covariance between two categories to whichever is entered earlier in the model, simultaneous ANOVA estimates the covariance between different categories and adjusts the category estimates accordingly.” (Crossland/Hambrick 2007, p. 780). Another article states “… simultaneous ANOVA allows for a full set of covariance effects but does not assume randomness in the model errors.” (Mackey 2008, p. 1360).
Unfortunately, I couldn’t find anything in how to do a simultaneous ANOVA in Stata so far. Does anyone has an idea?
Is it maybe just something like:
. anova a b c a#b a#c b#c a#b#c a##b##c ?
Thanks in advance!
---------------------------------------
Crossland, C. und D. C. Hambrick (2007): How National Systems Differ in Their Constraints on Corporate Executives: A Study of CEO Effects in Three Countries; in: Strategic Management Journal 28 (8); p. 767–789.
Mackey, A. (2008): The Effect of CEOs on Firm Performance; in: Strategic Management Journal 29 (12); p. 1357-1367.
Comment