transformHgtoZr
The functions transforms a vector of Hedges g values to their normal approximation of point bi-serial values.
transformHgtoZr(g, Nc, Nt)
g
: value of Hedges' gNc
: the number of observations (participants) in the first (control) groupNt
: the number of observations (participants) in the second (treatment) groupvalue of normal approximation of point biserial r
transformHgtoZr(0.5, 20, 20) # [1] 0.2474665
Barbara Kitchenham and Lech Madeyski