AlvandiGF: Alvandi et al. Generalized F-test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Alvandi et al. Generalized F-test.

Usage

1
AGF(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 Alvandi et al. Generalized F-test

Author(s)

Mustafa CAVUS

References

Sadooghi-Alvandi, S.M., Jafari, A.A., Mardani-Fard, H.A. (2012) One-way ANOVA with unequal variances, Communications in Statistics: Theory and Methods, 41, 4200-4221.

Examples

1
2
library(doex)
AGF(hybrid$data,hybrid$species,10000)

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

Related to AlvandiGF in doex...