MixSim (version 1.1-7)

print.object: Functions for Printing or Summarizing Objects

Description

A MixSim and MixGOM classes are declared, and these are functions to print and summarize objects.

Usage

# S3 method for MixSim
print(x, ...)
# S3 method for MixSim
summary(object, ...)
# S3 method for MixGOM
print(x, ...)

Value

The results will cat or print on the STDOUT by default.

Arguments

x

an object with the 'MixSim' (or 'MixGOM') class attributes.

object

an object with the 'MixSim' (or 'MixGOM') class attributes.

...

other possible options.

Author

Volodymyr Melnykov, Wei-Chen Chen, and Ranjan Maitra.

Details

These are useful functions for summarizing and debugging.

For other functions, they only show summaries of objects. Use names or str to explore the details.

References

Maitra, R. and Melnykov, V. (2010) ``Simulating data to study performance of finite mixture modeling and clustering algorithms'', The Journal of Computational and Graphical Statistics, 2:19, 354-376.

Melnykov, V., Chen, W.-C., and Maitra, R. (2012) ``MixSim: An R Package for Simulating Data to Study Performance of Clustering Algorithms'', Journal of Statistical Software, 51:12, 1-25.

See Also

MixSim.

Examples

Run this code
if (FALSE) {
# Functions applied by directly type the names of objects.
}

Run the code above in your browser using DataLab