[R] Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'

Sophie Richier Sophie.Richier at obs-vlfr.fr
Mon Mar 5 09:14:17 CET 2007


Dear R helpers,
I am working with R 2.4.1 GUI 1.18 (4038) for MacOSX. I have a matrix of 
10 000 genes  and try to run the following commands:
 > model.mix<-makeModel (data=data, formula=~Dye+Array+Sample+Time, 
random=~Array+Sample)
 > anova.mix<-fitmaanova (data, model.mix)
 > test.mix<-matest (data, model=model.mix, term="Time", n.perm=100, 
test.method=c(1,0,1,1))

I get the following error message:
Doing F-test on observed data ...
Doing permutation. This may take a long time ...
Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'

What does this mean? is my matrix too big? What can I do?
Thanks a lot in adavance

Sophie



More information about the R-help mailing list