summary | R Documentation |
Produce result summaries of a Rmixmod class
## S4 method for signature 'MultinomialParameter'
summary(object, ...)
## S4 method for signature 'GaussianParameter'
summary(object, ...)
## S4 method for signature 'CompositeParameter'
summary(object, ...)
## S4 method for signature 'MixmodResults'
summary(object, ...)
## S4 method for signature 'Mixmod'
summary(object, ...)
## S4 method for signature 'MixmodPredict'
summary(object, ...)
object |
An object (???) |
... |
further arguments passed to or from other methods |
NULL. Summaries to standard out.
summary
data(geyser)
xem <- mixmodCluster(geyser, 3)
summary(xem)
summary(xem["bestResult"])
summary(xem["bestResult"]["parameters"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.