[R] Need help on Mclus output
Bhaskar S. Manda
bhaskar at cacmnet.com
Wed May 26 18:36:39 CEST 2004
On Wed, 26 May 2004 03:34:14 +0200, Max Marinucci wrote
> I have fitted a mixture with 4 normal components on a univariate
> distribution using the Mclust package. Now, I would like to get a
> variable with the cluster membership of each class, or in
If you've loaded
library(mclust)
you can do
print(my_Mclust_object$classification)
or assign it to a variable.
help(Mclust)
shows the following to be similarly available.
bic,BIC,modelName,classification,uncertainty,mu,sigma,pro,z,loglik
More information about the R-help
mailing list