Skip to content

Commit c0ddddd

Browse files
committed
add coming soon
1 parent a0290c6 commit c0ddddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
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
99

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

1313
# Getting Started
1414

vignettes/double.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
1414
)
1515
```
1616

17-
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.
17+
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.
1818

1919
```{r setup}
2020
library(fastdid)

0 commit comments

Comments
 (0)