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