Josh Errickson
Josh Errickson
Another idea I came up with. Distance is created with `mean`, but offers other options. X-axis gives a good visual of how far from 1:1 a match is; y-axis can...
Just noting below some annoying behavior when trying to access extra "columns". Using `drop=FALSE` lets `dim` return non-NULL values, but doesn't split the `cbind`, whereas not using it returns NULL...
I have no overall objections. It might make sense to transpose your idea though? So it enables something like this: ``` > sd sd$prob1 [1] 5 2 > sd$prob2 [1]...
I think the transpose makes sense.
1. Accurate 2. I'm not sure on this end. I don't recall one way or the other whether I made any modifications along this line at the time, nor whether...