[R] corrupted matrix data.. sporadic result appears to be pairs of decimal numbers glommed together

2009-12-03 Thread Stephen Grubb
Hello, We are occasionally getting matrix results that appear to be corrupted... here are the last several rows of an example. These are supposed to be floating point numbers. [25015,] 1.820848e-01-3.2090e-06i [25016,] 2.178046e-01-4.8140e-06i [25017,] 1.820848e-01-3.2090e-06i [25018,]

Re: [R] corrupted matrix data.. sporadic result appears to be pairs of decimal numbers glommed together

2009-12-03 Thread jim holtman
Those appear to be complex numbers; some place in your script you must be computing something that return a complex number. Do an str on the matrix to see what it says; see if it says this: x.1 [,1] [,2] [1,] 0.1820848-0.032i 0.1820848-0.032i [2,]