Suppose estimates are available for correlations between pairs of variables but that the matrix of correlation estimates is not positive definite. In various applications, having a valid correlation ...
This example defines modules to compute correlation coefficients between numeric variables and standardized values for a set of data. /* Module to compute correlations */ start corr; n=nrow(x); /* ...