WA {doex} | R Documentation |
Welch-Aspin test
Description
This function performs the Welch-Aspin test.
Usage
WA(data,group)
Arguments
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
Value
pvalue |
the p-value of the Welch-Aspin test |
Author(s)
Mustafa CAVUS
References
Aspin, A.A. (1948) An examination and further development of a formula arising in the problem of comparing two means, Biometrika, 35, 88-96.
Examples
library(doex)
WA(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]