Learn R Programming

doex (version 1.2)

WE: Welch F-test

Description

This function performs Welch F-test.

Usage

WE(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

pvalue

the p-value of the Welch F-test

References

Welch, B.L. (1951) On the comparison of several mean values, Biometrika, 38, 330-336.

Examples

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

Run the code above in your browser using DataLab