Anonymous God-fearer <[EMAIL PROTECTED]> wrote: > Does anyone know how to generate a correlation matrix given a covariance > matrix in Splus?
> Or could you give the details of how to do it in another language? corr[i,j] = cov[i,j]/sqrt(cov[i,i]*cov[j,j]) ================================================================= Instructions for joining and leaving this list, remarks about the problem of INAPPROPRIATE MESSAGES, and archives are available at http://jse.stat.ncsu.edu/ =================================================================