Re: [R] Factor Analysis in R

2009-08-08 Thread Gavin Simpson
On Sat, 2009-08-08 at 17:38 +0530, Arup Pramanik wrote: > hi, > > Thanks for your reply but now it is giving me a message that Error in > factanal(~., data = sony_factor, factors = 10, na.action = na.omit) : > factor analysis applies only to numerical variables. All the > variable which I am ha

Re: [R] Factor Analysis in R

2009-08-08 Thread Gavin Simpson
On Fri, 2009-08-07 at 19:07 -0700, Arup wrote: > Hi I am trying to run Factor Analysis using R...I am using the syntax > factanal(m1, factors=3) but it's giving me an message Error in cov.wt(z) : > 'x' must contain finite values only > ...I am using a data set which is having only numeric variabl

[R] Factor Analysis in R

2009-08-07 Thread Arup
Hi I am trying to run Factor Analysis using R...I am using the syntax factanal(m1, factors=3) but it's giving me an message Error in cov.wt(z) : 'x' must contain finite values only ...I am using a data set which is having only numeric variables and have some NA's also in it..What should I do nex