Skip to content
Prev 279488 / 398506 Next

Problem with clusplot

Well, if I had to guess (and I do, since we have no idea what your data
look like, and calling your data matrix is a very bad idea): you have more
variables than units, so clusplot() can't use princomp() to create a reduced-
dimension plot.

You could roll your own using a different ordination method, or you could
remove some variables from your data, or you could think about whether
the data you have are appropriate for what you're trying to do with them.

Sarah
On Tue, Dec 6, 2011 at 12:58 AM, elisacarli21 <elisacarli21 at gmail.com> wrote: