my_cross | R Documentation |
Generate a contingency table.
my_cross(.data, .x, .y, cramer = TRUE, p.value = TRUE, adjres = FALSE)
.data |
input a tibble or data.frame |
.x |
first variable which will be row names of the table |
.y |
second variable which will be columns of the table |
cramer |
if |
p.value |
if |
adjres |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.