Gundala Viswanath wrote: > Hi all, > > Suppose I have 2 matrices A and B. > And I want to measure how good each of this matrix is. > > So I intend to compare A and B with another "gold standard" > matrix X. Meaning the more similar a matrix to X the better it is. > > What is the common way in R to > measure matrix similarity (ie. A vs X, and B vs X) ? > >
the (desirably) common way to do that is to read the docs first. ?dist vQ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.