Laurent Bergé
banner
lrberge.bsky.social
Laurent Bergé
@lrberge.bsky.social
Ass prof in econ at the University of Bordeaux

Too much code.

https://sites.google.com/site/laurentrberge/
Pinned
#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...
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...
cran.r-project.org
Reposted by Laurent Bergé
Tell me something you do when you code that other people would tell you that you shouldn't do.

Tell me the rules you break!

I'll go first: I work in untitled files in the wrong project directories all the time. Like, all the time. Yes, I do tend to lose things 😂 #databs #rstats #python
September 24, 2025 at 5:52 AM
Reposted by Laurent Bergé
`tinyplot` 0.5.0 is now available from CRAN & R-universe. Alongside bug fixes & internal improvements, this release includes some cool new features like bubble chart + dual legend support, element dodging, & ephemeral themes.

Detailed changelog: grantmcdermott.com/tinyplot/NEW...

#rstats #dataviz
September 23, 2025 at 2:41 AM
Reposted by Laurent Bergé
Sarcasm, but actually something brought up by one of the deans, that having statisticians around is *less* important in the age of AI because AI can just do experimental design and data analysis for researchers. No joke. #sendhelp
September 15, 2025 at 6:15 PM
Reposted by Laurent Bergé
Really insightful post from Julie Tibshirani (spotted in LinkedIn, can't find on Bsky) reflecting on #rstats 's unique governance structure and what can be learned for other languages

jtibs.substack.com/p/if-all-the...
If all the world were a monorepo
The R ecosystem and the case for extreme empathy in software maintenance
jtibs.substack.com
September 14, 2025 at 11:29 PM
Reposted by Laurent Bergé
Important note for Mac users: make sure your installation properly exploits `fixest` multi-threading capabilities:

1. Follow @coatless.bsky.social's simple shell script and OpenMP instructions here: github.com/coatless-she...

2. Install from source: `install.packages("fixest", type = "source")`
September 11, 2025 at 4:33 PM
#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...
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...
cran.r-project.org
September 10, 2025 at 7:34 PM
The EEA conference starts tomorrow in Bordeaux!
I'll be around, so if you want to meet, just reach out!

#rstats #econsky

www.eeassoc.org/events/eea-b...
LinkedIn
This link will take you to a page that’s not on LinkedIn
lnkd.in
August 24, 2025 at 8:17 PM
Reposted by Laurent Bergé
#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.
July 18, 2025 at 3:36 PM
Announcing sircon: a new R console! (for Windows)

It's in beta and actively developed (new patched version just released).

I've been using it for a while now and I think it's rather bug free. But if you encounter some: let me know!

github.com/lrberge/sircon
July 2, 2025 at 3:23 PM
Just gave a presentation a the REGIS summer school we organised in Bordeaux.

Algorithms for empirical research

Slides and material here: github.com/lrberge/2025...

The conclusion is that, even in the age of AI, using your brain is still relevant!

#RStats #EconSky
June 20, 2025 at 2:09 PM
Reposted by Laurent Bergé
github.com/kylebutts/vs...
If you are using vscode and stata, you should try out my extension. It uses interactive window which let's you write in a `.do` file but get a notebook type experience.
June 8, 2025 at 3:07 PM
Good post that generates discussions on student's use of LLMs.

If you're a teacher, have a look!
Updated my "AI, LLMs, and bullshit" mini-lecture post in my dataviz class with a new section on vibe coding datavizs25.classes.andrewheiss.com/resource/ai-...
June 6, 2025 at 11:49 AM
Reposted by Laurent Bergé
Updated my "AI, LLMs, and bullshit" mini-lecture post in my dataviz class with a new section on vibe coding datavizs25.classes.andrewheiss.com/resource/ai-...
June 5, 2025 at 3:04 PM
Reposted by Laurent Bergé
At Posit, we love @typst.app:

⚡ Make PDFs in milliseconds, not minutes
✨ The power of LaTeX with today's technologies
✍️ Modern typography (including emojis!)
🧠 Clear mental model

So I'm thrilled to announce that we're now supporting its development: posit.co/blog/posit-a...

#rstats
Posit
We’re happy to announce that we’re supporting Typst by funding one of their full-time engineers.
posit.co
June 3, 2025 at 1:47 PM
Reposted by Laurent Bergé
I had to endure some teasing from my collaborators for choosing to write our NeurIPS submission in @typst.app – looks like I have one more reason to believe I made the right call... 😅
May 14, 2025 at 8:48 AM
Reposted by Laurent Bergé
This is a great article in the latest issue of the JEP for anyone teaching panel methods (any level). Love this history of economic terms and ideas feature. #Econsky

pubs.aeaweb.org/doi/pdfplus/...
May 10, 2025 at 9:30 AM
Reposted by Laurent Bergé
#rstats #SWE
2021 R Journal issue on software engineering practices in R dev community: journal.r-project.org/issues/2021-2/
Target paper calling for research : journal.r-project.org/articles/RJ-... Wonder if there are recent interventions on the state of SWE with R [beside great work by rOpenSci]
May 4, 2025 at 8:33 PM
Blog post (fixest vignette) on "Collinearity": something everybody faces one day but for which there's not much guidance.

Trying to clarify how econometrics software handle collinearity and what one should do about it.

#RStats #EconSky

Comments welcome

lrberge.github.io/fixest/artic...
On collinearity
lrberge.github.io
April 21, 2025 at 4:11 PM
Reposted by Laurent Bergé
PyFixest 0.29 is on PyPi!

- We have updated how small sample adjustments are computed. PyFixest inference matches fixest now 100%, out of the box and all of the time!
- We have added support for fully saturated event studies, which in turn enables @apoorvalal.com's DiD specification tests.
April 19, 2025 at 12:37 PM
Reposted by Laurent Bergé
great little explanation on why to avoid passive voice refactoringenglish.com/chapters/pas...
Passive Voice Considered Harmful
Effective writing for software developers
refactoringenglish.com
March 25, 2025 at 12:34 PM
Reposted by Laurent Bergé
French researcher, going to a conference in Houston, was forbidden entry to US; his work and personal electronics were both confiscated.

Why? Because a “random search” of his cell phone revealed a negative personal opinion on Trump and the Trump administration. www.lemonde.fr/internationa...
Etats-Unis : un chercheur français refoulé pour avoir exprimé « une opinion personnelle sur la politique menée par l’administration Trump »
Le ministre de la recherche a dit sa « préoccupation », mercredi, après cette décision des autorités américaines. Le chercheur du CNRS aurait subi un contrôle aléatoire à son arrivée, avant que son or...
www.lemonde.fr
March 19, 2025 at 5:37 PM
Reposted by Laurent Bergé
Graphic #rstats reminder that vaccines work 📊
www.databrewer.co/R/gallery/gg...
March 20, 2025 at 12:59 AM
Reposted by Laurent Bergé
Help me write a playbook of best practices for giving data-specific technical workshops or code-heavy talks. This isn't about bashing bad talks, it's about sharing experiences from which we can all learn. We'll all need slightly different things from a learning environment, so let's share. #databs
Have you ever attended a super great OR super terrible data + coding workshop (probably Python, R, shiny, js, etc)? What made it terrible or amazing?
March 4, 2025 at 7:23 AM
Reposted by Laurent Bergé
📣 Bordeaux School of Economics is pleased to invite you to participate in the 40th meeting of the European Economic Association @eeanews.bsky.social
📅 25-28 August, 2025
🔔 Submissions until Feb, 28
📍@bsebordeaux.bsky.social
@univbordeaux.bsky.social @cnrsaquitaine.bsky.social
⬇️ Info
eea2025.org
February 11, 2025 at 2:54 PM