Oh interesting, this does not look good. For me everything has been working well, I just upgraded to the newest fixest release via conda-forge a few weeks ago without any problems (as it happens, on windows!).
02.10.2025 21:16 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
No global R or Python installation needed! And if you have these, no interference with your global installations.
Big fan. pixi.sh/latest/
02.10.2025 20:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Got a new PC and getting back to pyfixest dev is a breeze with pixi (via conda-forge, which seems to get too little love?). This just works: clone pf, install pixi, type pixi r tests in the shell, and then pixi installs Python, R, all Python and R deps, all R deps, and then starts running tests.
02.10.2025 20:47 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0
fixest: Fast Fixed-Effects Estimations
Fast and user-friendly estimation of econometric models with multiple fixed-effects. Includes ordinary least squares (OLS), generalized linear models (GLM) and the negative binomial. The core of the p...
#rstats #econsky
fixest v0.13.0 is finally out!
It's still about making OLS and GLM estimations easy.
Some major changes:
- *default* VCOV becomes iid always!
- singletons are removed by default!
See all the changes here:
github.com/lrberge/fixe...
10.09.2025 19:34 โ ๐ 40 ๐ 9 ๐ฌ 2 ๐ 2
From the fixest NEWS file: the new default VCOV is iid for all estimations. To change the default to the way it was, place setFixest_vcov(all = "cluster", no_FE = "iid") in your .Rprofile.
#rstats #econsky PSA: The next release of `fixest` will include some important changes (plus cool new features).
E.g. Fixed-effects regs will now default to 'iid' SEs rather than clustered. github.com/lrberge/fixe...
You can install and test drive the dev version from R-universe; see the README.
18.07.2025 15:36 โ ๐ 33 ๐ 12 ๐ฌ 2 ๐ 0
Next step is to rewrite the vignette (more to the point & I need to make a better case for the methods usefulness in business contexts).
16.08.2025 08:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Also works with "negative" effects:
16.08.2025 08:35 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Vis method for decomposition now merged to main, feedback welcome!
16.08.2025 08:32 โ ๐ 6 ๐ 1 ๐ฌ 2 ๐ 0
Love to see this, of course =)
15.08.2025 21:40 โ ๐ 7 ๐ 2 ๐ฌ 0 ๐ 0
In contrast to uv, it is cross-language and also allows to pin down non-python dependencies in the same env (R, Julia, etc). And it also has nice "pixi run command" options (you can even define tasks as in justfiles, which I personally use a lot). pixi.sh/latest/
15.08.2025 21:38 โ ๐ 3 ๐ 1 ๐ฌ 1 ๐ 0
For pyfixest's development, we've been using pixi for a while, which I really enjoy. More or less it is the conda-forge (free & open source) equivalent to uv (it actually runs uv for PyPi dependency resolution). Really fast both for PyPi & conda-forge dependency resolution.
15.08.2025 21:38 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 1
This I will still have to explore (as matplotlib does not always auto-scale). Generally there are two options to handle this as of now - users can keep / drop covariates via a function arg, or simply combine many of them into a single "combined" covariate in the estimation process.
13.08.2025 06:50 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Yes, negative contributions should be handled and would be colored red and should add to the "initial difference" bar
13.08.2025 06:48 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
My attempt - how to tell you I work in industry without telling you ;) what do you think?
12.08.2025 21:41 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0
For the ladder I'll make sure that all defaults can be easily changed.
31.07.2025 18:47 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I agree - optimally I am looking for default labels that make it immediately clear to the econometricians what is being shown (this is the status quo) but that also allows non-technical stake holder to easily understand the substantive message.
31.07.2025 18:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Thanks - I actually control for x21 in the short regression ... will have to think about a good naming convention for this case.
31.07.2025 18:44 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Yes this makes a lot of sense. Had also wondered if anyone had seen any great visualizations. Am sold that we should add a plot method. Thanks!
31.07.2025 18:42 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
cc @gelbach.bsky.social , and also @nickchk.com, whose blog post (nickchk.substack.com/p/decomposit...) convinced me of the value of decomp methods in industry - maybe you have some tips on effective communication?
30.07.2025 20:38 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0
Currently revamping the default output view for the Gelbach Decomposition. Goal is to help both academics but also data scientists in industry to communicate results easily. Are the column and panel headers immediately clear? Any better way to summarize decomp results?
30.07.2025 20:34 โ ๐ 6 ๐ 2 ๐ฌ 2 ๐ 0
Really awesome new formulaic feature! We'll update pyfixest to make it happen (and might get some perf improvements thanks to polars along the way).
15.07.2025 18:46 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Re fast routines for the quantile regression process - we follow Chernozhukov et al (2019) and their algo's are quite an improvement over "naive" for loops over quantiles:
06.07.2025 10:54 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
This release has had 8 new contributors (none of which I think are around here) - thanks all for your help!
06.07.2025 10:26 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
You can find the full changelog here: py-econometrics.github.io/pyfixest/cha...
06.07.2025 10:26 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Second, we have added support for ๐ช๐ฎ๐๐ง๐ญ๐ข๐ฅ๐ ๐ซ๐๐ ๐ซ๐๐ฌ๐ฌ๐ข๐จ๐ง based on a Frisch-Newton Solver, including iid, heteroskedastic, and cluster robust standard errors, as well as fast routines for fitting the entire quantile regression process.
06.07.2025 10:26 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0
Plus, moving to Rust gets rid of the 5-15s you'd have to wait for the numba backend to compile at the first attempt. For now, the Rust back end is optional, but we plan to make it the default with the next PyFixest release.
06.07.2025 10:26 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
For large problems, the Rust back end can lead to 2-5x performance improvements. In the release note, we show how fitting a regression with N = 10Mio, 3 fixed effects and 10K clusters can be fit in 3 instead of 15s via Rust.
06.07.2025 10:26 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
๐๐ฒ๐
๐ข๐ฑ๐๐ฌ๐ญ 0.30.1 is on ๐๐ฒ๐๐ข and I am extremely happy with this release, mostly because of two ๐ง๐๐ฐ ๐๐๐๐ญ๐ฎ๐ซ๐๐ฌ: a Rust back end for all performance critical parts and quantile regression.
06.07.2025 10:26 โ ๐ 42 ๐ 11 ๐ฌ 1 ๐ 1
Yes I also still struggle with it. On the other hand, if we check "what the markets says" - the Machado & Santos Silva paper stands at 1.7K citations
15.06.2025 17:18 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
With preprocessing applied, I run a qr on N = 1 mio and k = 3 in 1.5 seconds, vs 18 with the "pure" FN. Nice. PR here: github.com/py-econometr...
15.06.2025 13:40 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Economics PhD, climbing and board game enthusiast, based in Zurich, Switzerland.
Research Fellow, University of Oxford
Theology, philosophy, ethics, politics, environmental humanities
Associate Director @LSRIOxford
Anglican Priest
https://www.theology.ox.ac.uk/people/revd-dr-timothy-howles
Aspiring philosopher; tolerable human; "amusing combination of sardonic detachment & literally all the feelings felt entirely unironically all at once" [he/his]
Automation, labor, management, digital economics
PhD Candidate at HBS
Senior Software Engineer at Quansight Labs
Pretty focused on Narwhals and Polars these days, generally interested in dataframes and time series
Blog: https://argmin.substack.com/
Webpage: https://people.eecs.berkeley.edu/~brecht/
stats consultant and PhD student in Epidemiology & Biostatistics (multiple imputation, causal inference, clinical trials) @ University of Melbourne. always graph your data. also runs, bikes, hikes, etc. he/him #BiInSci ๐ณ๏ธโ๐
https://cameronpatrick.com/
Independent I guess these days you'd say content producer, artist, programmer, musician, pokerist. More about me at https://KentBeck.com.
Software engineer. Founder of https://linguister.io, a translation solution in browser. CEO at https://primebits.org.
My posts mostly about programming, and code quality management.
tenho dado em casa (data scientist em home office)
Software Engineer, Open Source @posit.co
Data Analyst Consultant
Lifelong learner @ Penn
Views are my own
(he/his)
R, data science, dataviz, maps, experimental design, raytracing. Developer of rayshader, rayrender, and the rayverse | PhD in Physics from Johns Hopkins | Penn
Software engineer building products at @posit.co. Occasional open-source #rstats work. Obscure Linux/ZFS stuff on the side.
Researching labor markets at IAB. Here privately, mostly for #EconSky and politics. Passionate ๐๐ปโโ๏ธ and proudly ๐ณ๏ธโ๐.
Personal website: mfriedrich.online.
omnipresent explorer of the unknown, fashionably caffeinated informatics phd, amorous cavalier. design, build, analyze. #rstats on #macos + #webr and #python with #pyodide