PF {doex} | R Documentation |
This function performs Permutation F-test.
PF(data,group,rept)
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
rept |
The loop size to perform the test. |
pvalue |
the p-value of the Permutation F-test |
Mustafa CAVUS
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.
library(doex)
PF(hybrid$data,hybrid$species,1000)