Hi, I have two matrices containing some probabilities score obtained from two different prediction programs. Now, I want to compare these two matrices to measure the difference. Could you please suggest some method to do this in R. Thanks Sabari [[alternative HTML version deleted]]
Dear Sabari, if you need a single number for comparison then there could be many options. You can calculate smallest absolute eigen value, or may be the determinant (i.e. a measure of volumn of matrices) or may be the smallest element in absolute term, depending on your research need. Thanks, -- View this message in context: http://r.789695.n4.nabble.com/How-to-compare-two-square-matrices-tp3085236p3085481.html Sent from the R help mailing list archive at Nabble.com.