asm_simPostTest: Conduct hypothesis test in simulation

Description Usage Arguments Examples

View source: R/asm_simulate.R

Description

This function is used in asm_simulate() to calculate hypothesis test like t-test, welch or wilcoxon.

Usage

1
2
3
4
5
asm_simPostTest(
  data,
  paired = FALSE,
  report = c("p.value", "conf.int", "statistic")[1]
)

Arguments

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.

Examples

1
2
asm_simPostTest(rnorm(10))
asm_simPostTest(iris[, c("Sepal.Width", "Sepal.Length")])

animalSymbolicum/assumptions documentation built on Dec. 19, 2021, 3:37 a.m.