OS.Rd
Computation for the numerator of the variance-covariance matrix.
OS(data)
A correlation matrix.
A matrix representing the variance-covariance matrix.
R <- matrix(c(1, .30, .20, .30, 1, .40, .20, .40, 1), 3, 3) OS(R) #> [,1] [,2] [,3] #> [1,] 0.8281 0.3267 0.1074 #> [2,] 0.3267 0.9216 0.2116 #> [3,] 0.1074 0.2116 0.7056