MGF: Modified generalized F-test

Description Usage Arguments Value Author(s) References Examples

View source: R/MGF.R

Description

This function performs the modified generalized F-test.

Usage

1
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

1
2
library(doex)
MGF(hybrid$data,hybrid$species)

doex documentation built on Oct. 30, 2019, 10:32 a.m.

Related to MGF in doex...