I am using knn to make estimates of random data, and I am choosing different k's from a vector. Each knn returns a vector of length 200, and I have 13 k's, so I need a 13x200 vector initialized before the for loop. I want to do something likeI am using knn to make estimates of random data