Hi everyone,
I want to scrutinize the effect of works councils on the adaption of firm’s employment to sales changes. I am using a fixed effect model to limit OMVB. Works Council is a binary coded dummy variable. which is rather stable within firms but still time varying.
The panel dataset is an unbalanced panel of firms.
I estimate the follwing regression:
XTREG, FE Vce (cluster firm)
Employmemt_Change(i,t) = ß *c.sales_change(i,t) + ß * i.WorksCouncil(i,t) + ß (c.sales_change(i,t) * i.WorksCouncil(i,t)) +(controls)
My question:
Is STATA :
I would be fine with case (A) as I would then measure the difference between firms with/without a works council but having controlled for fixed effects. Does STATA then also split up within firms if there occured a change?
Then, in order to only identify case (B) (within firm change) I thought of:
(1) To generate a sub sample only for firms that had a within firm change in Works Councils?
(2) Coding WorksCouncil as continous (c.) instead of a factor variable to tell STATA to not split the sample?
Your help is really much appreciated.
I want to scrutinize the effect of works councils on the adaption of firm’s employment to sales changes. I am using a fixed effect model to limit OMVB. Works Council is a binary coded dummy variable. which is rather stable within firms but still time varying.
The panel dataset is an unbalanced panel of firms.
I estimate the follwing regression:
XTREG, FE Vce (cluster firm)
Employmemt_Change(i,t) = ß *c.sales_change(i,t) + ß * i.WorksCouncil(i,t) + ß (c.sales_change(i,t) * i.WorksCouncil(i,t)) +(controls)
My question:
Is STATA :
- (A) splitting up the sample between the values of WorksCouncils like in a normal OLS Regression?
- (B) or does the dummy only measure the case where a within firm change occured or both?
I would be fine with case (A) as I would then measure the difference between firms with/without a works council but having controlled for fixed effects. Does STATA then also split up within firms if there occured a change?
Then, in order to only identify case (B) (within firm change) I thought of:
(1) To generate a sub sample only for firms that had a within firm change in Works Councils?
(2) Coding WorksCouncil as continous (c.) instead of a factor variable to tell STATA to not split the sample?
Your help is really much appreciated.
Comment