MGF {doex} | R Documentation |
Modified generalized F-test
Description
This function performs the modified generalized F-test.
Usage
MGF(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 modified generalized F-test |
Author(s)
Mustafa CAVUS
References
Cavus, M., Yazici, B. and Sezer, A. (2017) Modified tests for comparison of group means under heteroskedasticity and non-normality caused by outlier(s), Hacettepe Journal of Mathematics and Statistics, 46 (3), 492-510.
Examples
library(doex)
MGF(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]