BoxF: Box F-test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Box F-test.

Usage

1

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

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

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

Related to BoxF in doex...