Learn R Programming

psycho (version 0.4.91)

interpret_d: Standardized difference (Cohen's d) interpreation.

Description

Interpret d with a set of rules.

Usage

interpret_d(x, direction = FALSE, rules = "cohen1988")

Arguments

x

Standardized difference.

direction

Return direction.

rules

Can be "cohen1988" (default), "sawilowsky2009", or a custom list.

Examples

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

Run the code above in your browser using DataLab