search for: countlife

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

Did you mean: contlife
2009 Dec 11
1
cluster size
...lt;- kmeans(as1[,c("contlife","somlife","agglife","sexlife",                         "rellife","hordlife","doutlife","symtlife","washlife",                        "chcklife","rptlife","countlife","coltlife","ordlife")], 5, iter.max = 10, nstart = 1,          algorithm = "Hartigan-Wong")       table(kcl1$cluster) every time i am getting five clusters of different sizes like first time with cluster sizes table(kcl1$cluster)   1   2   3   4   5 140  72 105 ...