Skip to content

(PR#8087) NAs by integer overflow in Spearman's test p-value

1 message · Brian Ripley

#
There is an even simpler way: someone wrote n*(n^2-1) as n*(n-1)*(n+1)
and caused the problem.

Your superfluous semicolons do definitely make your code harder to read.
On Tue, 23 Aug 2005 jtk at cmp.uea.ac.uk wrote: