Skip to content
Prev 175384 / 398503 Next

Sorting problem

On Sun, Mar 29, 2009 at 5:21 PM, Ben Bolker <bolker at ufl.edu> wrote:
Yes, that was what I was suggesting.  xtfrm currently converts NaN to
NA, but that does not seem to be necessary for it to meet its
specification of "producing a numeric vector which will sort in the
same order as 'x'", since sort treats NaNs the same as NAs.

        -s