Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow option for notes under table in "etable" #25
Comments
|
Sure, it's no big deal to implement it. Note that recently a Currently, it's only included in 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) |
|
Hi, it's done (note that I didn't implement the stars thing). The dev version is not yet stable, but |
|
Sweet thanks Laurent! Keep it up ... your package is great to use.
Regards,
Bhargav
… On Jul 7, 2020, at 10:52 AM, Laurent Bergé ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
broom 0.7.0 is out today! |
It would be nice to directly include notes under the table, ala the "notes" option in stargazer.