GF {doex} | R Documentation |
This function performs Generalized F-test.
GF(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 Generalized F-test |
Mustafa CAVUS
Weerahandi, S.(1994) ANOVA under unequal error variances, Biometrics, 51, 589-599.
library(doex)
GF(hybrid$data,hybrid$species)