Description Usage Arguments Value Examples
View source: R/chiSquareCounts.R
This functions accept a dataframe which is a table by Nx2
1 | chiSquareCounts(tib)
|
tib: |
a dataframe as a table |
result: chi square test statistics
1 2 | tib <- data.frame(Male = c(71,3,201),Female = c(64,8,89))
chiSquareCounts(tib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.