jtools icon indicating copy to clipboard operation
jtools copied to clipboard

Facilitate annotating `plot_coefs`

Open jacob-long opened this issue 7 years ago • 2 comments

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.

jacob-long avatar Jan 26 '19 16:01 jacob-long

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 avatar Aug 25 '19 08:08 ChrisWaloszek

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

ChrisWaloszek avatar Jun 08 '20 09:06 ChrisWaloszek