You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 lahuxtable::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.The text was updated successfully, but these errors were encountered: