Learn R Programming

Rmixmod (version 2.1.10)

summary: Produce result summaries of a Rmixmod class

Description

Produce result summaries of a Rmixmod class

Usage

# 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, ...)

Value

NULL. Summaries to standard out.

Arguments

object

An object (???)

...

further arguments passed to or from other methods

See Also

Examples

Run this code
data(geyser)
xem <- mixmodCluster(geyser, 3)
summary(xem)
summary(xem["bestResult"])
summary(xem["bestResult"]["parameters"])

Run the code above in your browser using DataLab