MixSim (version 1.1-3)

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

Arguments

x

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

object

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

other possible options.

Value

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

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
# NOT RUN {
# Functions applied by directly type the names of objects.
# }

Run the code above in your browser using DataCamp Workspace