rFromNPAV: Calculation based on Rosenthal's formula (1994). N stands for...

View source: R/utils.R

rFromNPAVR Documentation

Calculation based on Rosenthal's formula (1994). N stands for the number of measurements. Necessary command:

Description

Calculation based on Rosenthal's formula (1994). N stands for the number of measurements. Necessary command:

Usage

rFromNPAV(pvalue, N)

Arguments

pvalue

p value

N

number of measurements in the experiment

Value

Invisibly returns a list with components:

  • r: effect size as a numeric scalar.

  • z: corresponding z-statistic.

  • text: LaTeX-formatted character string that is also sent to the console.

Examples

rFromNPAV(0.02, N = 180)

colleyRstats documentation built on May 3, 2026, 5:07 p.m.