GF {doex} | R Documentation |
Generalized F-test
Description
This function performs Generalized F-test.
Usage
GF(data,group,rept)
Arguments
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. |
Value
pvalue |
the p-value of the Generalized F-test |
Author(s)
Mustafa CAVUS
References
Weerahandi, S.(1994) ANOVA under unequal error variances, Biometrics, 51, 589-599.
Examples
library(doex)
GF(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]