Learn R Programming

colleyRstats (version 0.0.1)

rFromNPAV: 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)

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.

Arguments

pvalue

p value

N

number of measurements in the experiment

Examples

Run this code
rFromNPAV(0.02, N = 180)

Run the code above in your browser using DataLab