powered by
Summary method for class "MclustDA".
"MclustDA"
# S3 method for MclustDA summary(object, parameters = FALSE, newdata, newclass, ...) # S3 method for summary.MclustDA print(x, digits = getOption("digits"), ...)
The function summary.MclustDA computes and returns a list of summary statistics of the estimated MclustDA or EDDA model for classification.
summary.MclustDA
An object of class 'MclustDA' resulting from a call to MclustDA.
'MclustDA'
MclustDA
An object of class 'summary.MclustDA', usually, a result of a call to summary.MclustDA.
'summary.MclustDA'
Logical; if TRUE, the parameters of mixture components are printed.
TRUE
A data frame or matrix giving the test data.
A vector giving the class labels for the observations in the test data.
The number of significant digits to use when printing.
Further arguments passed to or from other methods.
Luca Scrucca
MclustDA, plot.MclustDA.
plot.MclustDA
mod = MclustDA(data = iris[,1:4], class = iris$Species) summary(mod) summary(mod, parameters = TRUE)
Run the code above in your browser using DataLab