me(modelName, data, z, ...)
[i,k]
th entry is the
conditional probability of the ith observation belonging to
the kth component of the mixture.eps
allow computations to proceed nearer to singulari[,,k]
th entry gives the
the covariance for the kth group in the best model. [i,k]
th entry is the
conditional probability of the ith observation belonging to
the kth component of the mixture.meE
,...,
meVVV
,
em
,
mstep
,
estep
,
mclustOptions
data(iris)
irisMatrix <- as.matrix(iris[,1:4])
irisClass <- iris[,5]
me(modelName = "VVV", data = irisMatrix, z = unmap(irisClass))
Run the code above in your browser using DataLab