Learn R Programming

reproducer (version 0.4.0)

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)

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

Value

value of normal approximation of point biserial r

Examples

Run this code
# NOT RUN {
transformHgtoZr(0.5, 20, 20)
# [1] 0.2474665
# }

Run the code above in your browser using DataLab