I have a mixed effects model that I have calculated effect size using the package EMA tools and lme.dscore. However this only returns a single value of d and I would like the upper and lower CI as well. Is there a way to calculate this?
Thank you
library(EMAtools)
lme.dscore(bm.lme1,data=matched.cases3, type="nlme")