Learn R Programming

reproducer (version 0.4.0)

transformZrtoHg: transformZrtoHg

Description

Transforms Zr to Hedge's g.

Usage

transformZrtoHg(Zr, Nc, Nt)

Arguments

Zr

the normal variate

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 Hedges' g

Examples

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

Run the code above in your browser using DataLab