Skip to content
Prev 42698 / 398506 Next

prcomp: error code 17 from Lapack routine dgesdd

I am trying to use prcomp and I am getting this error:
Error in La.svd(x, nu, nv, method) : error code 17 from Lapack routine 
dgesdd
[1]  301 2439

Does it mean that the matrix is to big ?

R