powered by
This function performs Generalized F-test.
GF(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 Generalized F-test
Weerahandi, S.(1994) ANOVA under unequal error variances, Biometrics, 51, 589-599.
# NOT RUN { library(doex) GF(hybrid$data,hybrid$species) # }
Run the code above in your browser using DataLab