powered by
This function performs Welch F-test.
WE(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 F-test
Welch, B.L. (1951) On the comparison of several mean values, Biometrika, 38, 330-336.
# NOT RUN { library(doex) WE(hybrid$data,hybrid$species) # }
Run the code above in your browser using DataLab