Hi Zhian,
Thanks so much for your reply. I have a couple of questions now! So the first step in that guide you linked is to give xvalDapc() a go, but I am unsure of what the actual input is? I see in the tutorial it is 'nancycats' but for real data what would you suggest?
I also tried a dapc() command with `NULL` for n.pca and n.da, and made the following scatter plot with the code: scatter(bbel1.dapc, col = cols, cex = 2, legend = TRUE, clabel = F, posi.leg = "bottomleft", scree.pca = TRUE, posi.pca = "topleft", cleg = 0.75)
So would I call that the result of my "exploratory analysis"? It gave me some PCA values to look at an DA eingenvalues, and I'd like to keep going with my analyses. I feel like I might be pretty close, but I'd love to get something like that cross-validation plot done for the data to confirm it. Thanks so much again!!