I am trying to cluster a one-dimensional data (see the file attached) using Mclust() but got an error message like:
Mclust(x)Error in rep(1, n) : Object "n" not found
When I do a simulation sometimes it works sometimes doesn't.
Mclust(c(rnorm(50),rnorm(56,-0.5)))Error in rep(1, n) : Object "n" not found
Mclust(c(rnorm(56),rnorm(56,-0.5)))
best model: unequal variance with 2 groups
averge/median classification uncertainty: 0.001 / 0
Can anybody help me with this? Thanks.
Weidong
_________________________________________________________________
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
