Hi, everyone.
So, I'm trying to do a basic meta-analysis, and I used the ggstatsplot::ggcoefstats to create a plot with the different data I'm analysing. The problem is: the error bars don't appear no matter what I do.
I've created a data frame with term, estimates, std.error, statistic and p-value.
And then I used the function with statistc = 'z'. It generates the plot, but with no error bars (I've tried putting conf.int = T, but it doesn't change anything
Does anyone know how to fix this?