asm_homogeneity: Test the assumption of identical distribution

Description Usage Arguments Examples

View source: R/asm_homogeneity.R

Description

This function applies tests for identically distribution assumptions of two variables.

Usage

1
2
3
4
5
6
7
8
asm_homogeneity(
  data = NULL,
  tests = NULL,
  report = c("pvalue"),
  testBatch = NULL,
  simulate = FALSE,
  checkData = !simulate
)

Arguments

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.

Examples

1
asm_homogeneity(data.frame(X=rnorm(50), Y=rnorm(50, mean = 2, sd = 2)))

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