Hi Jason! I was looking into some results from this package and I found something weird in the rank table output of the third VADIS line. It seems to be ranking the wrong dimensions (or I totally missed the point of the function.)
Luckily it's just used for illustration, it doesn't affect the results, but it is still useful for interpretation and this output can be confusing...
Thanks, Mariana! I've fixed it now and vadis_line3(...)$rank.table should show the correct rankings. Fortunately, this is only a minor error, and doesn't affect the distance/correlation matrix calculations!
Hi Jason! I was looking into some results from this package and I found something weird in the rank table output of the third VADIS line. It seems to be ranking the wrong dimensions (or I totally missed the point of the function.) Luckily it's just used for illustration, it doesn't affect the results, but it is still useful for interpretation and this output can be confusing...
The line of code I'm talking about is this: https://github.com/jasongraf1/VADIS/blob/33ce6edf5a5a327a6a69c56662be6cacdd8277f8/R/vadis_line3.R#L49
Here is a reprex showing the output and how I think the line should be changed:
Created on 2022-06-14 by the reprex package (v2.0.1)
Thank you very much, great work!