IPDFileCheck (version 0.8.1)

cohensd: Function to find the effect size Cohen's d

Description

Function to find the effect size Cohen's d

Usage

cohensd(x, y)

Value

cohens d estimated with 95

Arguments

x,

a vector

y,

another vector

Examples

Run this code
cohensd(c(1, 2, 3, 4), c(3, 4, 5, 6))

Run the code above in your browser using DataLab