RGF {doex} | R Documentation |
Revised generalized F-test
Description
This function performs the revised generalized F-test.
Usage
RGF(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 revised generalized F-test |
Author(s)
Mustafa CAVUS
References
Cavus, M., Yazici, B. and Sezer, A. (2019) A revised generalized F-test for testing equality of group means under non-normality caused by skewness (under review).
Examples
library(doex)
RGF(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]