Learn R Programming

Rmixmod (version 2.1.5)

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

Arguments

object

An object (???)

...

further arguments passed to or from other methods

Value

NULL. Summaries to standard out.

See Also

summary

Examples

Run this code
# 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