asm_intHomogTest: Apply homogeneity test in asm_homogeneity

Description Usage Arguments Examples

View source: R/asm_internals.R

Description

This function is used in asm_homogeneity to conduct homogeneity tests.

Usage

1
2
3
4
asm_intHomogTest(
  data,
  test = c("ftest", "bartlett", "levene", "oneillmathews")[1]
)

Arguments

data

a data.frame with at least two columns or a list of length two.

tests

vector of tests.

Examples

1
asm_intHomogTest(list(A = rnorm(30), B = rnorm(40)), "levene")

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