> Again, if I understand correctly, under no circumstances should the p-value > ever be outside of the range from 0 to 1. It's a probability, and no value > outside of that range makes any sense. But Incanter sometimes returns > p-values greater than 1.
I see that there was a recent fix made to Incanter: Fixed typo in :lower-tail? keyword. This was causing the complement of the p-value to be returned. https://github.com/liebke/incanter/pull/39 Have you tried the latest version in git? Does this fix the problem? -- Dave -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
