cohen_d {MAGMA.R}R Documentation

cohen_d

Description

This function estimates Cohen's d in MAGMA_desc.

Usage

cohen_d(Data, index_1, index_2)

Arguments

Data

A data frame that contains sample sizes, means, and standard deviations.

index_1

Number of group 1.

index_2

Number of group_2

Details

Inner function of MAGMA_desc that computes Cohen's d using the pooled SD.

Value

A vector of pairwise Cohen'ds.

Author(s)

Julian Urban


[Package MAGMA.R version 1.0.3 Index]