Description Usage Arguments Examples
View source: R/asm_distribution.R
This function applies tests for the normal distribution assumption.
1 2 3 4 5 6 7 8 |
data |
a vector, list or data.frame of data values. |
tests |
a selection of tests via its names or index. See also the asm_library function. |
report |
which statistics should be reported. |
simulate |
logical if running in simulation. |
checkData |
logical if TRUE data is checked before running tests. |
testBatch |
a subset of asm_library table for selected distribution tests. |
1 2 3 4 | # normal distribution
asm_distribution(rnorm(100))
# gamma distribution
asm_distribution(rgamma(100, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.