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))

IPDFileCheck documentation built on June 22, 2024, 6:49 p.m.