Simulated example of non-staggered DiD design
simulated_nonstagger_example.RdSimulated example of non-staggered DiD design
Format
It contains two data frames. The first data frame 'simulated_nonstagger_data' has 8200 rows and 5 columns:
- y
Outcome variable.
- t
Time index. There are 41 time periods.
- i
Unit index. There are 200 units.
The second data frame 'simulated_nonstagger_treatment' has 200 rows and 2 columns:
- i
Unit index. It also corresponds to the unit index in data frame 'simulated_nonstagger_data'.
- t0
Reference Period. NA indicates control units.
- x1, x2
Pre-determined covariates.