Arto Nissinen
Arto Nissinen
Thanks for a thorough explanation. I noticed this phenomenon originally when I was prompted to explore why I got interesting results using `base::max.col(m, ties.method='first')` , which is essentially `base::which.max()` applied...
This would maybe be more appropriate on issue called "near-equal values something", but I put this here for the sake of continuity: I tried different ties.methods of functions `which.max() max.col()...
I second this. I was going to ask for this myself. Maybe something like this: - matrixStats::rowOrder returns matrix of indices as per base::order() - matrixStats::rowSort returns sorted matrix as...