Dear Statalist Comunity,
I am interested in running some difference-in-differences equations with oen treatment group, multiple pre and post time periods, and nonlinear outcome variables. For this purpose, I want to make use of the 'jwdid' command, based on the extended two-way fixed effects developed by Wooldridge (2021: "Two-way fixed effects, the two-way mundlak regression, and difference-in-differences estimators") (2023: Simple approaches to nonlinear difference-in-differences with panel data).
I implement it in Stata with the following command syntax:
. My accompanying estimation equation is attached.
Has anyone worked with this DiD method and/or Stata package before? My question is simply whether, given my Stata syntax and data structure, my estimation equation is correctly specified, or whether I am missing anything important in the Stata syntax or estimation equation?
Thank you in advance for any feedback!
I am interested in running some difference-in-differences equations with oen treatment group, multiple pre and post time periods, and nonlinear outcome variables. For this purpose, I want to make use of the 'jwdid' command, based on the extended two-way fixed effects developed by Wooldridge (2021: "Two-way fixed effects, the two-way mundlak regression, and difference-in-differences estimators") (2023: Simple approaches to nonlinear difference-in-differences with panel data).
I implement it in Stata with the following command syntax:
PHP Code:
jwdid y x1 x2, ivar(id) tvar(wave) gvar(treat) never method(logit) hettype(time)
Has anyone worked with this DiD method and/or Stata package before? My question is simply whether, given my Stata syntax and data structure, my estimation equation is correctly specified, or whether I am missing anything important in the Stata syntax or estimation equation?
Thank you in advance for any feedback!

Comment