Hi everyone,
I’m currently analyzing how job satisfaction has changed since the COVID-19 pandemic. My dataset includes four survey waves: 2019/2020, 2020/2021, 2021/2022, and 2022/2023.
To examine within-person changes, I’m estimating a fixed-effects model, and I also want to compare group-specific differences, particularly between men and women. For that purpose, I’m using the following model with an interaction term between wave and sex:
xtreg jobsatisfaction i.wave##i.sex, fe vce(cluster ID_t) My questions are:
Any advice on model specification and interpretation in this context would be greatly appreciated! Best Beate
I’m currently analyzing how job satisfaction has changed since the COVID-19 pandemic. My dataset includes four survey waves: 2019/2020, 2020/2021, 2021/2022, and 2022/2023.
To examine within-person changes, I’m estimating a fixed-effects model, and I also want to compare group-specific differences, particularly between men and women. For that purpose, I’m using the following model with an interaction term between wave and sex:
xtreg jobsatisfaction i.wave##i.sex, fe vce(cluster ID_t) My questions are:
- Does this specification qualify as a two-way fixed-effects model (i.e., including both individual and time fixed effects)?
- Should I include all four waves in the model, or would it be more appropriate to focus on a pre- and post-COVID comparison (e.g., 2019/20 vs. 2020/21)?
Any advice on model specification and interpretation in this context would be greatly appreciated! Best Beate

Comment