jacob-long / jtools

Tools for summarizing/visualizing regressions and other helpful stuff
https://jtools.jacob-long.com
GNU General Public License v3.0
164 stars 22 forks source link

Adjusted pseudo r squared mcfadden #52

Open eduardo757ag opened 5 years ago

eduardo757ag commented 5 years ago

I suggest including the adjusted pseudo r squared mcfadden in the statistics reported of export_summs. Currently, pseudo r squared mcfadden is reported if pseudo.r.squared.mcfadden is called in statistics

jacob-long commented 5 years ago

Thanks for the suggestion. I see a description here of the calculation of the adjusted McFadden's R^2, so it should be possible. I'll just need to decide how best to give users the option to use this without providing too many model fit statistics by default.

eduardo757ag commented 5 years ago

Thanks for your quick response and for looking into my suggestion!