powered by
This function performs Permutation F-test.
PF(data,group,rept)
A vector containing the observations to which the treatments are randomly assigned.
A numerical or character vector indicating the treatment/control groups.
The loop size to perform the test.
the p-value of the Permutation F-test
Berry, K.J. and Mielke, P.W. (2002) The Fisher-Pitman permutation test: an attractive alternative to the f test, Psychological Reports, 90, 495-502.
# NOT RUN { library(doex) PF(hybrid$data,hybrid$species,1000) # }
Run the code above in your browser using DataLab