AGF {doex} | R Documentation |
This function performs Alvandi et al. Generalized F-test.
AGF(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 Alvandi et al. Generalized F-test |
Mustafa CAVUS
Sadooghi-Alvandi, S.M., Jafari, A.A., Mardani-Fard, H.A. (2012) One-way ANOVA with unequal variances, Communications in Statistics: Theory and Methods, 41, 4200-4221.
library(doex)
AGF(hybrid$data,hybrid$species,10000)