Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot_summs: expressing significance levels #71

Open
ChrisWaloszek opened this issue Aug 25, 2019 · 2 comments
Open

plot_summs: expressing significance levels #71

ChrisWaloszek opened this issue Aug 25, 2019 · 2 comments

Comments

@ChrisWaloszek
Copy link

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

  • For a single model plot, one could envision different plot symbols conditional on the significance level. For example, all non-significant coefficients could be plotted with a hallow square symbol, all significant coefficients with filled symbols (* = upside triangle, ** = downside triangle, *** up-down triangles)
  • For multiple models, one could continue this coding, with each model having a different color. Alternatively one could consider plotting estimates with different opaqueness, i.e. all non-significant estimates more transparently.
    Thanks a lot for considering this feature request
@ChrisWaloszek
Copy link
Author

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 added a commit that referenced this issue Apr 8, 2022
@jacob-long
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants