search for: kemijam

Displaying 1 result from an estimated 1 matches for "kemijam".

2011 Nov 28
1
Comparing data
...methods, since the cluster analysis did not give me the result i like. I tried to use factanal() for factor analysis but i geta an error saying that it can only be used on numerical data (which is odd since all i have is numerical data). For factanal i used this code : DFm<-read.csv("kemijaM.csv", sep=";", dec=".") # input data DF.m<-as.matrix(DFm) # transform it to matrix factanal(DF, factors=5) # factor an...