Displaying 1 result from an estimated 1 matches for "mydatan".
Did you mean:
mydata
2009 Apr 20
1
factanal error
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.ht...