hovBF | R Documentation |
Homogeneity of Variance: Brown–Forsyth method
hovBF(x, data=NULL, ..., na.rm = TRUE)
hovplotBF(x, data, ..., na.rm = TRUE,
main = "Brown-Forsyth Homogeneity of Variance", plotmath = TRUE)
x |
Model formula with one response variable and one factor. |
data |
|
... |
Other arguments. |
na.rm |
A logical value indicating whether 'NA' values should be
stripped before the computation proceeds. See |
main |
|
plotmath |
Logical. When |
hovplotBF
returns a three-panel trellis
object.
hovBF
returns an htest
object.
Richard M. Heiberger <rmh@temple.edu>
Brown, M.~B. and Forsyth, A.~B. (1974). “Robust tests for equality of variances.” Journal of the American Statistical Association, 69:364–367.
data(batch)
batch1.aov <- aov(Calcium ~ Batch, data=batch)
anova(batch1.aov)
hovBF(Calcium ~ Batch, data=batch)
hovplotBF(Calcium ~ Batch, data=batch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.