Description Usage Arguments Examples
This function is used in asm_simulate() to calculate hypothesis test like t-test, welch or wilcoxon.
1 2 3 4 5 | asm_simPostTest(
data,
paired = FALSE,
report = c("p.value", "conf.int", "statistic")[1]
)
|
data |
a vector, list or data.frame of data values. |
paired |
logical - conduct a paired hypothesis test. |
report |
which statistics should be saved in simulation. |
1 2 | asm_simPostTest(rnorm(10))
asm_simPostTest(iris[, c("Sepal.Width", "Sepal.Length")])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.