Dear useRs, 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 alternative a variable with the posterior probabilities for each component. Also I cannot find where are the paramenters estimates for each component ,i.e. means and variances. I've read the documentation available but it seems to me very difficult to obtain these outputs. Any hints? thanx a lot max /******************************* Max Marinucci PhD candidate Universidad Complutense Madrid [[alternative HTML version deleted]]
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 inIf 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