AG {doex}R Documentation

Alexandern-Govern test

Description

This function performs Alexander-Govern test.

Usage

AG(data,group)

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.

Value

test.statistic

the test statistic of the Alexander-Govern test

p.value

the p-value of the Alexander-Govern test

Author(s)

Mustafa CAVUS

References

Alexander, R.A., Govern, D.M. (1994) A new and simplier approximation for ANOVA under variance heterogeneity, Journal of Educational Statistics, 19(2), 91-101.

Examples

library(doex)
AG(hybrid$data,hybrid$species)

[Package doex version 1.2 Index]