[R] factanal error

onyourmark william108 at gmail.com
Tue Apr 21 01:48:05 CEST 2009


Hi. I tried running the following code. I don't understand the error. 

mydata <- read.table("C:/dataForR/radiology/wordFrequencies.csv",
header=TRUE, sep=",")

> dim(mydata)
[1] 982 924
mydataN<-mydata[,-923]
> dim(mydataN)
[1] 982 923

cor(mydataN)
factanal(mydataN, factors=3)


Error in solve.default(cv) : 
  Lapack routine dgesv: system is exactly singular

Thank you for looking at this!
-- 
View this message in context: http://www.nabble.com/factanal-error-tp23147009p23147009.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list