Learn R Programming

orchaRd (version 2.2.1)

.MSw: .MSw

Description

Computes the within group mean-squares difference.

Usage

.MSw(sd1, sd2, n1, n2, paired = FALSE)

Value

The within group mean-squares difference.

Arguments

sd1

Standard deviation of group 1.

sd2

Standard deviation of group 2.

n1

Sample size of group 1.

n2

Sample size of group 2.

paired

Logical, whether the samples are paired. Default is FALSE.