powered by
This function performs Cochran F-test.
CF(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 Cochran F-test
Cochran, W.G. (1937) Problems arising in the analysis of a series of similar experiments, Journal of the Royal Statistical Society, 4, 102-118.
# NOT RUN { library(doex) CF(hybrid$data,hybrid$species) # }
Run the code above in your browser using DataLab