Skip to content

Commit

Permalink
just the link
Browse files Browse the repository at this point in the history
  • Loading branch information
TsaiLintung committed Sep 8, 2024
1 parent 58c94c2 commit a0290c6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,686 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: fastdid
Type: Package
Title: Fast Staggered Difference-in-Difference Estimators
Version: 0.9.9
Date: 2024-08-13
Date: 2024-09-08
Authors@R: c(
person("Lin-Tung","Tsai",
role = c("aut", "cre", "cph"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.9.9 (2024/9/1)

- add double did (see the vignette for the introduction)
- add `parallel`, parallization for unix systems (Parallization doesn't really work for Windows R)
- add `parallel`, parallization for unix systems, useful if the number of g-t is large.
- add `full`, return full result such as influence function, aggregate scheme, and such
- add `min`/`max_dynamic`, `custom_scheme` to experimental features

Expand Down
4 changes: 2 additions & 2 deletions 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/2202.02903) 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).

# Getting Started

Expand All @@ -31,7 +31,7 @@ The function returns a `data.table` that includes the estimates. Column `att` is

To create event study plots, use `plot_did_dynamics(did_estimate)`.

# Learn More
# More

- [did](https://bcallaway11.github.io/did/articles/did-basics.html): staggered Difference in Difference by Callaway and Sant'Anna
- [fastdid](../reference/fastdid.html): full list of arguments and features.
Expand Down
Binary file removed development/fastdid_0.9.9.tar.gz
Binary file not shown.
Loading

0 comments on commit a0290c6

Please sign in to comment.