MBF {doex}R Documentation

Modified Brown-Forsythe test

Description

This function performs modified Brown-Forsythe test.

Usage

MBF(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 modified Brown-Forsythe test

Author(s)

Mustafa CAVUS

References

Mehrotra, D.V. (1997) Improving the Brown-Forsythe solution to the generalized Behrens-Fisher problem, 26(3), 1139-1145.

Examples

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

[Package doex version 1.2 Index]