emControl(eps, tol, itmax, equalPro)eps allow computations to
proceed nearer to singularity. The default is the relative machine
precision .Machine$double.eps, which is approximately
$2e-16$ on IEEE-compliant machines.
c(1.e-5,sqrt(.Machine$double.eps)).
If only one number is supplied, it is used as the tolerance
for the outer iterations and the tolerance for the inner
iterations is as in the default.
c(.Machine$integer.max, .Machine$integer.max)
allowing termination to be completely governed by tol.
If only one number is supplied, it is used as the iteration
limit for the outer iteration only.
equalPro = FALSE.
emControl is provided for assigning values and defaults
for EM within MCLUST.
em,
estep,
me,
mstep,
mclustBIC
irisBIC <- mclustBIC(iris[,-5], control = emControl(tol = 1.e-6))
summary(irisBIC, iris[,-5])
Run the code above in your browser using DataLab