Skip to content
Prev 201757 / 398506 Next

Testing for strength of fit using R

Steve Murray wrote:
The chisquare test is not the right thing here. You may have
been fooled by the "goodness-of-fit" phrase associated with
the test.

I would do a cor.test(). But if the above is the real data,
then there probably isn't much to test; you have very little
agreement for the first 10 pairs.

  -Peter Ehlers