Description Usage Arguments Examples
View source: R/asm_internals.R
This function is used in asm_homogeneity to conduct homogeneity tests.
1 2 3 4 | asm_intHomogTest(
data,
test = c("ftest", "bartlett", "levene", "oneillmathews")[1]
)
|
data |
a data.frame with at least two columns or a list of length two. |
tests |
vector of tests. |
1 | asm_intHomogTest(list(A = rnorm(30), B = rnorm(40)), "levene")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.