Skip to content
Prev 35812 / 63424 Next

Incorrect Kendall's tau for ordered variables (PR#14207)

On Mon, 8 Feb 2010, Peter Dalgaard wrote:

            
A fix for that particular case: the problem is that relies on the 
underlying representation.  I think a better fix would be to do either 
of

- test for numeric and throw an error otherwise, or
- use xtfrm, which has the advantage of being more general and
   allowing methods to be written (S3 or S4 methods in R-devel).