BX {doex}R Documentation

Box F-test

Description

This function performs Box F-test.

Usage

BX(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 Box F-test

Author(s)

Mustafa CAVUS

References

Box, G.E.P. (1954) Some theorems on quadratic forms applied in the study of analysis of variance problems, Annals of Mathematical Statistics, 25, 290-302.

Examples

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

[Package doex version 1.2 Index]