Description Usage Arguments Value Examples
Performs the three most common tests of homogeneity of variance. This test performs three of the most common homogeneity of variance tests:
leveneTest
bartlett.test
fligner.test
1 | homoVariance(form, dat)
|
form |
|
dat |
|
A list with the output of each test
Levene's test for homogeneity of variance across groups, see leveneTest
Bartlett's test for homogeneity of variance, see bartlett.test
Fligner-Killeen test for homogeneity of variance, see fligner.test
1 2 | dat <- data.frame(y = rnorm(15,0,1),x = {rnorm(15,0,1) + rnorm(15,0,.02)})
homoVariance(y ~ x, dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.