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

Facilitate annotating `plot_coefs` #50

Open jacob-long opened 5 years ago

jacob-long commented 5 years ago

I'd like to make it possible for users to put written annotations on plot_coefs/plot_summs output. I'm thinking about putting the slope, maybe test statistic, standard error, p-value, confidence interval in any combination.

My first thought is to use glue and let users customize by providing a string a la huxtable::huxreg. So as a default the string would be something like "{estimate} ({standard.error}), t = {statistic}". That part will be easier to implement than the actual plotting of the text.

ChrisWaloszek commented 5 years ago

This would be very useful indeed! In my case I need to add some text to the top left and top right of the plot, to illustrate/explain what a change in the estimate would mean.

ChrisWaloszek commented 4 years ago

Hello Jacob, are there any updates on this feature? Many thanks in advance!