Skip to content

Commit

Permalink
Pyfixest017 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc authored Mar 3, 2024
1 parent 9b55c43 commit b019672
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/news.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
- Adds support for simultaneous confidence intervals via a multiplier bootstrap. Thanks to [@apoorvalal](https://github.com/apoorvalal) for the contribution!

```{python}
pyfixest.confit(joint = True, B = 9999)
fit.confint(joint = True)
```

- Adds support for the causal cluster variance estimator by [Abadie et al. (QJE, 2023)](https://academic.oup.com/qje/article/138/1/1/6750017)
for OLS via the `.ccv()` method.

```{python}
fit.ccv(treatment = "D")
fit.ccv(treatment = "D", cluster = "group_id")
```


Expand Down
4 changes: 0 additions & 4 deletions requirements_test.txt

This file was deleted.

6 changes: 0 additions & 6 deletions requirements_test_ci.txt

This file was deleted.

3 changes: 0 additions & 3 deletions testing_dependencies_r.txt

This file was deleted.

0 comments on commit b019672

Please sign in to comment.