jacob-long / jtools

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

plot_summs: expressing significance levels #71

Open ChrisWaloszek opened 5 years ago

ChrisWaloszek commented 5 years ago

Would it be feasible to express significance levels in plots generate with plot_summs()?

ChrisWaloszek commented 5 years ago

The "point.shape" argument to plot_summs() currently permits only true/false. The symbol is either given in advance (by a fixed symbol order) or the same for all models. Would it be feasible to pass a vector of PCH symbols to manually choose the symbol for each model? That would be very helpful, many thanks!

jacob-long commented 2 years ago

The latest commit in the dev branch adds the ability to choose points by passing a vector of shapes to point.shape. The original request is quite a bit more complicated and I'm not sure if/when I'll get to it — I've generally been moving towards removing features that focus on statistical significance if they have any maintenance burden.