Skip to content

Commit

Permalink
fix dup chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
TsaiLintung committed Sep 8, 2024
1 parent 7cc3ece commit 9aca692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/double.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ plot_did_dynamics(double_result) +

Double DiD also allow for two additional aggregation scheme: group-group-time ("group_group_time") and dynamic-staggered ("dynamic_stagger", event time by event stagger, G1-G2).

```{r, double}
```{r, agg}
double_result_ds <-fastdid(data = dt,
timevar = "time", cohortvar = "G", unitvar = "unit",
outcomevar = "y", result_type = "dynamic_stagger",
Expand Down

0 comments on commit 9aca692

Please sign in to comment.