BrownForsythe: Brown-Forsythe test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Brown-Forsythe 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 Brown-Forsythe test

Author(s)

Mustafa CAVUS

References

Brown, M.B. and Forsythe, A.B. (1974) The small sample behavior of some statistics which test the equality of several means, Technometrics, 16, 129–132.

Examples

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

Example output

               Test Statistic df p-value
Brown-Forsythe         1.8505  3  0.1914

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

Related to BrownForsythe in doex...