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
Thanks for creating this package - it's been very helpful! I had a small quality of life improvement for the or_plot() table which removes the leading zeroes in the p value. This would be desirable for many academic journal standards (particularly psychology).
Hi Ewen,
Thanks for creating this package - it's been very helpful! I had a small quality of life improvement for the or_plot() table which removes the leading zeroes in the p value. This would be desirable for many academic journal standards (particularly psychology).
#removing leading zeroes
df.out[,8] <- gsub("p=0.", "p = .", df.out[,8], fixed = TRUE)
I haven't yet been able to make the p italicised (although I'm sure there must be a way).
All best! Jemma
The text was updated successfully, but these errors were encountered: