generalizedF: Generalized F-test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Generalized F-test.

Usage

1
GF(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 Generalized F-test

Author(s)

Mustafa CAVUS

References

Weerahandi, S.(1994) ANOVA under unequal error variances, Biometrics, 51, 589-599.

Examples

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

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

Related to generalizedF in doex...