Skip to contents

Simulated example of staggered DiD design

Format

It contains two data frames. The first data frame 'simulated_stagger_data' has 4200 rows and 5 columns:

y

Outcome variable.

t

Time index. There are 21 time periods.

i

Unit index. There are 200 units.

The second data frame 'simulated_stagger_treatment' has 200 rows and 2 columns:

i

Unit index. It also corresponds to the unit index in data frame 'simulated_stagger_data'.

t0

Reference Period. It can be -0.5, 0 and 0.5. NA indicates control units.

x1, x2

Pre-determined covariates.