Skip to content
Prev 75894 / 398502 Next

kmenas does not accept NAs (was tackle with error)

On Fri, 19 Aug 2005, Mostafa Ghaderi wrote:

            

        
Please do read it carefully.

You have not told us what you are doing, nor provided a reproducible 
example.  Using traceback() will tell you where the error message is 
coming from.

Some searching suggests you are using kmeans().  If you have matrix with 
missing values which you pass to kmeans, this is what you will get.  It 
does not accept missing values, so you will have to decide what to do 
about them.