Skip to content

Commit

Permalink
add coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
TsaiLintung committed Sep 8, 2024
1 parent a0290c6 commit c0ddddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fastdid implements the Difference-in-Differences (DiD) estimators in [Callaway and Sant'Anna's (2021)](https://www.sciencedirect.com/science/article/pii/S0304407620303948), it is

- fast, reducing the computation time with millions of units from hours to [seconds](articles/misc.html),
- flexible, with extensions such as [time-varying covariates](https://arxiv.org/abs/2406.15288) and [multiple events](not_ready_yet).
- flexible, with extensions such as [time-varying covariates](https://arxiv.org/abs/2406.15288) and [multiple events](not_ready_yet) (coming soon!).

# Getting Started

Expand Down
2 changes: 1 addition & 1 deletion vignettes/double.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
)
```

Here we show how to deal with confounding events, see [Tsai (2024)](not_ready_yet) for the full treatment. We first simulate some data with confounding events.
Here we show how to deal with confounding events, see [Tsai (2024)](not_ready_yet) (coming soon!) for the full treatment. We first simulate some data with confounding events.

```{r setup}
library(fastdid)
Expand Down

0 comments on commit c0ddddd

Please sign in to comment.