Learn R Programming

reproducer (version 0.5.2)

transformHgtoZr: transformHgtoZr

Description

The functions transforms a vector of Hedges g values to their normal approximation of point bi-serial values.

Usage

transformHgtoZr(g, Nc, Nt)

Value

value of normal approximation of point biserial r

Arguments

g

value of Hedges' g

Nc

the number of observations (participants) in the first (control) group

Nt

the number of observations (participants) in the second (treatment) group

Author

Barbara Kitchenham and Lech Madeyski

Examples

Run this code
transformHgtoZr(0.5, 20, 20)
# [1] 0.2474665

Run the code above in your browser using DataLab