Description Usage Arguments Value Examples
give two sample vectors,generate list of chi-square test statistic,degree of freedom and p-value.the null hypothesis that the two samples are connected.
1 | chisq.test1(x, y)
|
x |
Sample to be tested |
y |
Sample to be tested |
chi-square test statistic,p-value and degree of freedom.
1 2 3 4 5 6 7 | ## Not run:
a=31:35;
b=c(31,33,35,37,39);
m<-cbind(a,b)
chisq.test1(a,b)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.