powered by
This function performs modified Brown-Forsythe test.
MBF(data,group)
A vector containing the observations to which the treatments are randomly assigned.
A numerical or character vector indicating the treatment/control groups.
the p-value of the modified Brown-Forsythe test
Mehrotra, D.V. (1997) Improving the Brown-Forsythe solution to the generalized Behrens-Fisher problem, 26(3), 1139-1145.
# NOT RUN { library(doex) MBF(hybrid$data,hybrid$species) # }
Run the code above in your browser using DataLab