Learn R Programming

reproducer (version 0.5.3)

transformHgtoR: transformHgtoR

Description

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

Usage

transformHgtoR(g, Nc, Nt)

Value

value of point biserial r

Arguments

g

A vector of Hegdes g values.

Nc

A vector of numbers identifying the number of control condition participants in each group

Nt

A vector of numbers identifying the number of treatment condition participants in each group

Author

Barbara Kitchenham and Lech Madeyski

Examples

Run this code
transformHgtoR(0.4, 20, 20)
# [1] 0.1961161

Run the code above in your browser using DataLab