chi_tester | R Documentation |
Performs a multi-sample Chi squared test for EDA objects as specified
in (chisq.test
).
chi_tester(..., test_mtx = FALSE, test_tbl = FALSE, coerce = FALSE)
... |
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? |
a tibble with Chi squared, DF and p values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.