[R] Brown-Forsythe F* Statistic

Richard M. Heiberger rmh at temple.edu
Wed Apr 16 14:31:55 CEST 2008


The Brown-Forsyth test is included in the HH library in function hov().
hov is "homogeneity of variance".
Use
   hov(y ~ x, data=mydata)
and
   plot.hov(y ~ x, data=mydata)

Rich



More information about the R-help mailing list