let's say that I have a table as follows
SSE1 SSE2 SSE3 SSE4 SSE5
frequncy 125 200 259 300 200
And I wish to use chisq.test
to see if these values are statistically different from each other or not. But I don't know how yo properly apply it. Thanks.