Skip to content
Prev 309041 / 398525 Next

system is computationally singular: reciprocal condition number

On Oct 25, 2012, at 4:41 PM, Bert Gunter wrote:

            
This was crossposted to StackOverflow where Josh O'Brien has responded that his code using svd()  shows the matrix to be highly collinear.  This is the upper left corner of the correlation matrix:

              V1          V2          V3           V4          V5 
V1    1.00000000  0.97250825  0.93390424  0.918813118  0.89705917  
V2    0.97250825  1.00000000  0.97118079  0.954020724  0.93992361 
V3    0.93390424  0.97118079  1.00000000  0.991508026  0.97602188  
V4    0.91881312  0.95402072  0.99150803  1.000000000  0.98837387  
V5    0.89705917  0.93992361  0.97602188  0.988373865  1.00000000
[1] 374

Just looking at it should give a good idea why. I can see bands of columns that are identically zero.