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

is it possible to add a feature plot_summs that allows sorting (in descending or ascending order)? #66

Closed ghost closed 2 years ago

ghost commented 5 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe any alternatives or other implementations that you might know of

Additional context

jacob-long commented 5 years ago

It's possible...are you thinking of sorting by the value of the coefficients, similar to the plots you might see in a meta-analysis?

PacoMax commented 3 years ago

You have to reorder your data before using "plot_summs" function. For example, you could use "rev()" to invert the order.