Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about fixest

Read more about fixest

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)

Questions - fixest

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...
test-img

Matthew Son

r

fixest

Votes: 0

Answers: 1

Latest Answer

It works. It's likely a version problem: library(fixest) est = feols(mpg ~ cyl:abs(disp):hp, mtcars) etable(est, dict=c("cyl:abs(disp):hp" = "New coef")) #> ...
test-img

Laurent Bergé

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...
test-img

Felix

r

tidy

broom

fixest

Votes: 0

Answers: 1

Latest Answer

So, fixest_mult has a pretty strange setup as I delved deeper. As you noticed, mapping across it or using apply just accesses part of the data frames. In fact, it isn't just the data frames for "...
test-img

caldwellst

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved