powered by
Produce result summaries of a Rmixmod class
# S4 method for MultinomialParameter summary(object, ...)# S4 method for GaussianParameter summary(object, ...)# S4 method for CompositeParameter summary(object, ...)# S4 method for MixmodResults summary(object, ...)# S4 method for Mixmod summary(object, ...)# S4 method for MixmodPredict summary(object, ...)
# S4 method for GaussianParameter summary(object, ...)
# S4 method for CompositeParameter summary(object, ...)
# S4 method for MixmodResults summary(object, ...)
# S4 method for Mixmod summary(object, ...)
# S4 method for MixmodPredict summary(object, ...)
NULL. Summaries to standard out.
An object (???)
further arguments passed to or from other methods
summary
data(geyser) xem <- mixmodCluster(geyser, 3) summary(xem) summary(xem["bestResult"]) summary(xem["bestResult"]["parameters"])
Run the code above in your browser using DataLab