powered by
This function performs the Welch-Aspin test.
WA(data,group)
A vector containing the observations to which the treatments are randomly assigned.
A numerical or character vector indicating the treatment/control groups.
the p-value of the Welch-Aspin test
Aspin, A.A. (1948) An examination and further development of a formula arising in the problem of comparing two means, Biometrika, 35, 88-96.
# NOT RUN { library(doex) WA(hybrid$data,hybrid$species) # }
Run the code above in your browser using DataLab