Skip to content
Prev 67092 / 398506 Next

Using kmeans given cluster centroids and data with NAs

Hello!



I would suggest using some form of imputations, such as MICE package
(http://web.inter.nl.net/users/S.van.Buuren/mi/hmtl/mice.htm) or similar (I
heard that this can be also done with aregImpute function in the Hmisc
package, although I have not tried it) to fill in the NA's. Then you can use
k-means or any technique you which, since now you have a complete
data-frame. However, for more reliable results, it is best to repeat
imputations and analysis several times.



I hope this helps!



Ales Ziberna


----- Original Message ----- 
From: <Sophie.Bestley at csiro.au>
To: <Tom.Mulholland at dpi.wa.gov.au>; <r-help at stat.math.ethz.ch>
Sent: Monday, April 04, 2005 5:23 AM
Subject: [R] Using kmeans given cluster centroids and data with NAs