mstep(modelName, data, z, prior = NULL, warn = NULL, ...)
mclustModelNames
describes the available models.[i,k]
th entry is the
conditional probability of the ith observation belonging to
the kth component of the mixture.
In analyses involving noise, this should not include the
conditional probabilities fomclust.options("warn")
.do.call
."info"
For those models with iterative M-steps
("VEI"
and "VEV"
), information on the iteration.
"WARNING"
An appropriate warning if problems are
encountered in the computations.C. Fraley, A. E. Raftery, T. B. Murphy and L. Scrucca (2012). mclust Version 4 for R: Normal Mixture Modeling for Model-Based Clustering, Classification, and Density Estimation. Technical Report No. 597, Department of Statistics, University of Washington.
mstepE
, ...,
mstepVVV
,
emControl
,
me
,
estep
,
mclust.options
.mstep(modelName = "VII", data = iris[,-5], z = unmap(iris[,5]))
Run the code above in your browser using DataLab