Coder Social home page Coder Social logo

Comments (5)

bgchamps avatar bgchamps commented on August 26, 2024 1

from fixest.

karldw avatar karldw commented on August 26, 2024 1

broom 0.7.0 is out today!

from fixest.

lrberge avatar lrberge commented on August 26, 2024

Sure, it's no big deal to implement it.

Note that recently a broom method has been implemented for fixest objects by @karldw (see #21). It allows to leverage generalist methods to export estimation results. Notably the excellent modelsummary.

Currently, it's only included in broom's development version, but before it gets to CRAN the following code should work:

library(broom) ; library(dplyr) ; library(modelsummary)
source("https://github.com/tidymodels/broom/blob/master/R/fixest-tidiers.R?raw=true")
source("https://github.com/tidymodels/broom/blob/master/R/utilities.R?raw=true")

library(fixest)
est = feols(Sepal.Lengthy ~ Sepal.Width + Petal.Length | Species, iris)
modelsummary(est)

from fixest.

lrberge avatar lrberge commented on August 26, 2024

Hi, it's done (note that I didn't implement the stars thing). The dev version is not yet stable, but etable has been pimped substantially.

from fixest.

shoonlee avatar shoonlee commented on August 26, 2024

Hi! Thanks for the great package!

I know that users can readily add notes under a table, but the formatting seems to be an issue (at least for me). I compile PDF directly from Rmd so it would be ideal to create a perfect table without having to fix them separately in a .tex file. Having said that, I found that under the current version, the alignment of the note text is governed by the alignment command for the table itself (so center aligned) and the font size seems to be identical to that of the main table body text, which could be too big for a note. I've quickly reviewed the tex output from other packages and it seems that implementing multicolumn can be a potential solution. Would it be possible to add this formatting feature to the notes argument? Thank you for your consideration!

from fixest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.