Learn R Programming

doex (version 1.2)

MBF: 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

References

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

Examples

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

Run the code above in your browser using DataLab