transformHgtoR: transformHgtoR

View source: R/MetaAnalysisForFamiliesOfExperimentsSR.R

transformHgtoRR Documentation

transformHgtoR

Description

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

Usage

transformHgtoR(g, Nc, Nt)

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

Value

value of point biserial r

Author(s)

Barbara Kitchenham and Lech Madeyski

Examples

transformHgtoR(0.4, 20, 20)
# [1] 0.1961161

reproducer documentation built on Oct. 18, 2023, 5:10 p.m.