Learn R Programming

psycho (version 0.0.8)

interpret_d: Return the interpretation of a Cohen's d or a standardized coefficient following Cohen (1988).

Description

Return the interpretation of a Cohen's d or a standardized coefficient following Cohen (1988).

Usage

interpret_d(x)

Arguments

x

Cohen's d value of standardized coefficient.

Value

The interpretation according to Cohen (1988)

Examples

Run this code
# NOT RUN {
library(psycho)
interpret_d(-0.42)

# }

Run the code above in your browser using DataLab