IPDFileCheck (version 0.5.0)

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

Description

Function to find the effect size Cohen's d

Usage

cohensD(x, y)

Arguments

x,

a vector

y,

another vector

Value

cohens d estimated with 95

Examples

Run this code
# NOT RUN {
cohensD(c(1,2,3,4),c(3,4,5,6))
# }

Run the code above in your browser using DataCamp Workspace