Learn R Programming

doex (version 1.2)

RGF: 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

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

Run this code
# NOT RUN {
library(doex)
RGF(hybrid$data,hybrid$species)
# }

Run the code above in your browser using DataLab