这是我的数据
我知道我有很多丢失的数据,这些数据不可用N / A。 我在Rstudio中写道,在知道最佳数量为3后,便确定了我的数据的聚类;
clusters <- kmeans(testData6[,2:9], 3)
testData6$clusters <- as.factor(clusters$cluster)
哪个给我这个错误:
Error in `$<-.data.frame`(`*tmp*`, clusters, value = c(2L, 2L, 2L, 2L, :
replacement has 21 rows, data has 20