summary.emclust1 {mclust1998} | R Documentation |
Optimal model parameters for emclust1
objects.
summary.emclust1(object, data, nclus, ...) print.summary.emclust1(x, ...)
object |
an emclust1 or a summary.emclust1 object. |
x |
an emclust1 or a summary.emclust1 object. |
data |
the data used to obtain the emclust1 object. |
nclus |
a vector of integers giving the number of clusters over which the
summary is to take place (must be a subset of the column names of
object ). The default is to summarize over all numbers of clusters
used in the original analysis.
|
... |
Further arguments:
object ).
|
A list giving the optimal (according to BIC) parameter and z values, together with the associated classification and its uncertainty.
data(iris) iris.bic <- emclust(iris[,1:4], nclus=3:5) summary(iris.bic, iris[,1:4])