Facilitate annotating `plot_coefs`
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.
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.
Hello Jacob, are there any updates on this feature? Many thanks in advance!