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

Allow scale_mod options in summ #54

Closed ngreifer closed 5 years ago

ngreifer commented 5 years ago

I'd like it if summ() could have the argument binary.inputs that is in scale_mod so I can choose how I want to scale my binary predictors. As of now, I don't think it's possible to scale them in summ, though it is possible in scale_mod, which seems a little asymmetrical.

jacob-long commented 5 years ago

Thanks Noah! What I've done is just pass any arguments not formally documented by summ() to scale_mod() or center_mod() when scale or center is TRUE. I should probably consider dropping the documentation for the n.sd argument in summ() and making it available in this same backdoor way.