Laurent Bergé

@lrberge.bsky.social

Ass prof in econ at the University of Bordeaux Too much code. https://sites.google.com/site/laurentrberge/

arg! I wish R packages had better error messages! Now they can, thanks to my newest #Rstats package, {arg}! 😉 {arg} produces clean, simple, error messages for checking function arguments, similar to {checkmate}, {dreamerr}, and {chk}, using {cli} formatting.

Clean and Simple Argument Checking

Checks function arguments, ideally for use in R packages. Uses a simple interface and produces clean, informative error messages using cli.

ngreifer.github.io

I am very excited that PyFixest 0.50.0 is on PyPi, including a new graph-based solver for demeaning that makes fixed effects estimation in PyFixest significantly faster for "sparse" fixed effects structures.

Bild

I'm excited to share the release and rOpenSci publication of dfms 1.0 (docs.ropensci.org/dfms), a high-performance, feature-rich implementation of Dynamics Factor Models for R, supporting mixed-frequency estimation and news decomposition for nowcasting. See also blog post: sebkrantz.github.io/Rblog/

Dynamic Factor Models for R

Efficient estimation of Dynamic Factor Models using the Expectation Maximization (EM) algorithm or Two-Step (2S) estimation, supporting datasets with missing data and mixed-frequency nowcasting applic...

docs.ropensci.org

Research Notes of the AAS in particular, which was set up to handle short, moderated contributions especially from students, is getting swamped. Often the authors clearly haven’t read what they’ve submitting, (Descriptions of figures that don’t exist or don’t show what they purport to)

At the beginning of my teacher's career I taught mostly for the best students in the class. As I get older, I can see I'm lowering my standards and teach more and more for the weaker students. I also grade more generously as time passes. => is this a common pattern? Or is it just me? I'm curious.

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