Skip to content
Prev 2853 / 5632 Next

[R-meta] metafor::escalc question: Confidence intervals for differences in standardized mean change -

Correcting the last 3 lines of the previous message. The CIs
calculated as follows:

dat[c("ci_lb", "ci_ub")] <- dat$yi + c(-1,1) * (qnorm(1 - 0.025) * sqrt(dat$vi))
On Fri, May 14, 2021 at 2:47 PM Dale Steele <dale.w.steele at gmail.com> wrote: