View source: R/nonlinear_auxiliary.R
chisq_p | R Documentation |
'chisq_p' calculates the p-value for a chi-square test given a contingency table.
chisq_p(a, b, c, d)
a |
Frequency count for row 1, column 1. |
b |
Frequency count for row 1, column 2. |
c |
Frequency count for row 2, column 1. |
d |
Frequency count for row 2, column 2. |
P-value from the chi-square test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.