chi_tester: Multi-sample Chi squared test.

View source: R/utils.R

chi_testerR Documentation

Multi-sample Chi squared test.

Description

Performs a multi-sample Chi squared test for EDA objects as specified in (chisq.test).

Usage

chi_tester(..., test_mtx = FALSE, test_tbl = FALSE, coerce = FALSE)

Arguments

...

EDA objects.

test_mtx

logical, should a test matrix be returned instead of test results?

test_tbl

logical, should a tibble with counts be returned instead of test results?

coerce

logial, coerce the input to factors prior to analysis?

Value

a tibble with Chi squared, DF and p values.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.