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

View source: R/IPDFilecheck.R

cohensdR Documentation

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

cohensd(c(1, 2, 3, 4), c(3, 4, 5, 6))

sheejamk/ipdfilecheck documentation built on March 10, 2024, 11:23 p.m.