Learn R Programming

reproducer (version 0.5.2)

calc.a: calc.a

Description

This function is a helper function that calculates one element of the standardized mean difference effect size variance based on Hedges and Olkin p128-131.

Usage

calc.a(f, A)

Value

The value of a.

Arguments

f

a vector defining the degrees of freedom for the effect sizes

A

a vector defining the constants that relate each StdMD to its related t-variable where t^2=Ad^2

Author

Barbara Kitchenham and Lech Madeyski

Examples

Run this code
reproducer:::calc.a(10,2/10)
# [1] 0.2128649

Run the code above in your browser using DataLab