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

Confusing note when using export_summs() #73

Closed mattwilsonky closed 4 years ago

mattwilsonky commented 5 years ago

Hi, first off I love the package, thanks for all your work. One issue I am having, however, is that when I use export_summs() with 'scale = FALSE', there is still a note at the bottom of the table that reads "All continuous predictors are mean-centered and scaled by 1 standard deviation." It seems the code is working in that it is indeed not scaling the regressors; the issue is that the message still appears, which is mildly confusing.

jacob-long commented 4 years ago

It appears this is no longer occurring in the soon-to-be-uploaded version, so I'm going to assume this was unintentionally fixed somewhere along the way.