Learn R Programming

MixSim (version 1.0-4)

print.object: Functions for Printing or Summarizing Objects

Description

A MixSim class is declared, and these are functions to print and summary objects.

Usage

## S3 method for class 'MixSim':
print(x, ...)
## S3 method for class 'MixSim':
summary(object, ...)

Arguments

x
an object with the 'MixSim' class attributes.
object
an object with the 'MixSim' 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 Finite Mixture Modeling and Clustering Algorithms'', Journal of Statistical Software, (submitted).

See Also

MixSim.

Examples

Run this code
# Functions applied by directly type the names of objects.

Run the code above in your browser using DataLab