Skip to content
Back to formatted view

Raw Message

Message-ID: <OF0B63AF9E.2A0A2118-ON85256E1A.0078E007-85256E1A.00793D93@EU.novartis.net>
Date: 2004-01-13T22:02:57Z
From: ryszard.czerminski@pharma.novartis.com
Subject: prcomp: error code 17 from Lapack routine dgesdd

I am trying to use prcomp and I am getting this error:

> p <- prcomp(xtr, retx = TRUE, center = TRUE, scale = TRUE, tol = NULL)
Error in La.svd(x, nu, nv, method) : error code 17 from Lapack routine 
dgesdd
> dim(xtr)
[1]  301 2439

Does it mean that the matrix is to big ?

R