michaeltopper1 / panelsummary

Create Publication-Ready Tables with Panels
https://michaeltopper1.github.io/panelsummary/
GNU General Public License v3.0
2 stars 1 forks source link

Mean Dependent not working with csw0 #14

Open KrzysztofZaremba opened 1 year ago

KrzysztofZaremba commented 1 year ago

Hi Michael,

It's a fantastic package, thank you for creating it! I noticed that the tables don't show mean of the dependent variable when I use arguments like csw0() in fixest objects (adding cumulatively fixed effects or regressors). Could you suggest where to look for it to fix it?

Best, Krzys

michaeltopper1 commented 1 year ago

Hi @KrzysztofZaremba!

Thanks for the kind words! I actually would have to look into this more since the answer is not entirely obvious. My guess is I can try this out in the next couple of weeks.

In the meantime, have you tried using panelsummary::panelsummary_raw followed by a panelsummary::clean_raw? This is usually a nice workaround if something isn't working correctly.