Description Usage Arguments Value Examples
Takes in a tibble of counts and returns a list with the tibble, and result of the Chi-squared test.
1 | chiSquareCounts(tib)
|
tib |
The tibble of counts. |
A list containing the table tib, and the result of the Chi-squared test (including X-squared, degrees of freedom df, and p-value of the test).
1 | chiSquareCounts(as_tibble(cbind(c(21,3),c(14,10))))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.