Description Usage Arguments Examples
View source: R/asm_homogeneity.R
This function applies tests for identically distribution assumptions of two variables.
1 2 3 4 5 6 7 8 |
data |
a data.frame with at least two columns or a list of length two. |
tests |
a selection of tests via its names or index. See also the asm_library function. |
report |
which statistics should be reported. |
testBatch |
a subset of asm_library table for selected homogeneity tests. |
simulate |
logical if running in simulation. |
checkData |
logical if TRUE data is checked before running tests. |
1 | asm_homogeneity(data.frame(X=rnorm(50), Y=rnorm(50, mean = 2, sd = 2)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.