symmze | R Documentation |
It is useful in symmetrizing the gmcmtx0 matrix containing a non-symmetric generalized correlation matrix.
symmze(mtx)
mtx |
non-symmetric matrix |
mtx2 |
replace [i,j] and [j,i] by the max of absolute values with common sign |
Prof. H. D. Vinod, Economics Dept., Fordham University, NY.
## Not run:
example
mtx=matrix(1:16,nrow=4)
symmze(mtx)
## End(Not run)#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.