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