Description Usage Arguments Value Examples
chisq.test performs chi-squared contingency table tests and goodness-of-fit tests,the faster version
1 | chisq.test2(x1, x2)
|
x1 |
the first vector,any length |
x2 |
the second vector,needing same length |
X-squared n
1 2 3 4 5 6 7 | ## Not run:
a=c(12,24)
b=c(25,10)
chisq2=chisq.test2(a,b)
chisq2
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.