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, ...)
An object (???)
further arguments passed to or from other methods
NULL. Summaries to standard out.
summary
# NOT RUN { data(geyser) xem <- mixmodCluster(geyser,3) summary(xem) summary(xem["bestResult"]) summary(xem["bestResult"]["parameters"]) # }
Run the code above in your browser using DataLab