fixest
fixest copied to clipboard
Fixed-effects estimations
R version 4.1.2 on ubuntu 22.04 Running vignette example. > data("base_stagg") > res_sunab = feols(y ~ x1 + sunab(year_treated, year) | id + year, base_stagg) Error in feols(y ~ x1...
Trying feols for the first time using the example iris dataset from the Website. Received attached error message regarding cat_magic. Running R version 4.1.2 on Ubuntu server. ``` OLS estimation,...
Hello, When I try to download fixest via `install.package("fixest")` I get the below error and couldn't find a way to solve it: ```R install.packages("fixest") Installing package into ‘/Users/houdanaitelbarj_1/Library/R/4.0/library’ (as ‘lib’...
Hi, and thanks for a fantastic package! @s3alfisc recently [helped me](https://github.com/s3alfisc/summclust/issues/24) with the following function, which calculates CR3 standard errors for a `fixest` object. The CR3 SE can be estimated...
Hey Laurent. Per the docs, the `etable(..., extralines = ...)` argument accepts three [special leading characters](https://lrberge.github.io/fixest/reference/etable.html#controlling-the-placement-of-extra-lines) for placement of extra lines: - `"^"` (coefficient section) - `"-"` (fixed effect section)...
Hi, I've found a small bug that (still?) causes R to crash with version 0.11.2 when using the argument `fixef.rm = "singleton"` with two LHS variables. Here's a working example:...
Thank you for the great package. I read #176 and also series issues afterward, and I am wondering whether this feature (use instrumental variable with fepois()) is been developed.
I recently answered [this question](https://stackoverflow.com/questions/78279679/fixestcoefplot-problem-using-keep-and-x-to-rename-variables-argument-x) on StackOverflow and there was some confusion about the relationship between the `x` and `keep` arguments. It might be worth fleshing that out in the...
Hi, It seems that the ```sw()``` feature has an error in selecting observations. Below is a reproducible example. Here, the the coeffieicent for ```x1``` can be estimated (```x2``` cannot be...
Hello, First, let me start by saying how much love this package. Thank you for all you've done! I was hoping that you could also consider implementing the two clustered...