View source: R/perform.chisq.test.R
perform.chisq.test | R Documentation |
This function calculates the p-value for the categorical variable according to the different tpye of data.
perform.chisq.test(x, y, paired = FALSE, verbose = FALSE)
x |
A categorical vector |
y |
A Categorical vector |
paired |
If TRUE, then perform Mcnemar Test. |
Return the p value for categorical contingency table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.