summary-methods {MAINT.Data} | R Documentation |
IdtMclust summary method
Description
summary methods for the classe IdtMclust defined in Package ‘MAINT.Data’.
Usage
## S4 method for signature 'IdtMclust'
summary(object, parameters = FALSE, classification = FALSE, model = "BestModel",
ShowClassbyOBs = FALSE, ...)
Arguments
object |
An object of class |
parameters |
A boolean flag indicating if the parameter estimates of the optimal mixture should be displayed |
classification |
A boolean flag indicating if the crisp classification resulting from the optimal mixture should be displayed |
model |
A character vector specifying the the model whose solution is to be displayed. |
ShowClassbyOBs |
A boolean flag indicating if class membership should shown by observation or by class (default) |
.
... |
Other named arguments. |
See Also
Idtmclust
, IdtMclust
, plotInfCrt
, pcoordplot
[Package MAINT.Data version 2.7.1 Index]