python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to rename complicated variable name in fixest etable
I'm wondering how to change a complex variable name with dict in etable in fixest package.
For example, I have a regression Y ~ x1 + x2:abs(x3):x4 and I'd like to change the name of x2:abs(x3):x4.
I h...
Matthew Son
Votes: 0
Answers: 1
Mapping broom::tidy to nested list of {fixest} models and keep name of list element
I want to apply broom::tidy() to models nested in a fixest_multi object and extract the names of each list level as data frame columns. Here's an example of what I mean.
library(fixest)
library(tidyve...

Felix
Votes: 0
Answers: 1