jacob-long / jtools

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

Only show MODEL INFO and MODEL FIT without estimates #129

Closed Marcelara closed 1 year ago

Marcelara commented 2 years ago

Hello!

This might be a very basic question and I'm new to GitHub so apologies in advance if I'm missing information;

is there a way to only show the MODEL INFO and MODEL FIT sections without printing all the list of coefficients? Something like summ(model, coefficients=FALSE)?

I'm comparing many different models and for now, I would like to only have the Info summaries so I can have a better overview without all the information from the coefficients

Many thanks!

jacob-long commented 1 year ago

Good idea! Done.