Dear all,
I have estimated a fixed effect panel regression model for work performance (dependent variable y) in my data set for about N = 100 workers for T = 15 years.
Now I want to analyze whether a change in one binary variable x1 (promoted yes/no) leads to a significant improvement of the work performance with some control variables (x2,…, xn).
Some in my data set get promoted after 10 years, some after 12 and some not at all, implying x1 = 0 for all periods.
Additionally many start to work in T !=1 and stop working in T !=15 arising the problem of attrition.
Can I simply write:
xtreg y x1 x2 … xn if y==0, fe
xtreg y x1 x2 … xn if y==1, fe
and then compare coefficients?
Do you have any other idea how to address this problem?
In a first try I created a variable capturing whether a manager was promoted at all during the observation period. I included that variable in my model but because of the fe model Stata omitted that variable.
Additionally is there a possibility to see if attrition is a problem? Meaning if the dropping out of the panel is correlated with the performance y?
Many thanks!
Kind regards,
Alexander-Florian
I have estimated a fixed effect panel regression model for work performance (dependent variable y) in my data set for about N = 100 workers for T = 15 years.
Now I want to analyze whether a change in one binary variable x1 (promoted yes/no) leads to a significant improvement of the work performance with some control variables (x2,…, xn).
Some in my data set get promoted after 10 years, some after 12 and some not at all, implying x1 = 0 for all periods.
Additionally many start to work in T !=1 and stop working in T !=15 arising the problem of attrition.
Can I simply write:
xtreg y x1 x2 … xn if y==0, fe
xtreg y x1 x2 … xn if y==1, fe
and then compare coefficients?
Do you have any other idea how to address this problem?
In a first try I created a variable capturing whether a manager was promoted at all during the observation period. I included that variable in my model but because of the fe model Stata omitted that variable.
Additionally is there a possibility to see if attrition is a problem? Meaning if the dropping out of the panel is correlated with the performance y?
Many thanks!
Kind regards,
Alexander-Florian
Comment