Learn R Programming

doex (version 1.2)

GF: Generalized F-test

Description

This function performs Generalized F-test.

Usage

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

References

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

Examples

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

Run the code above in your browser using DataLab