print.summary: Functions for Printing or Summarizing Objects

print.objectR Documentation

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 class 'MixSim'
print(x, ...)
## S3 method for class 'MixSim'
summary(object, ...)
## S3 method for class '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.

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.

Value

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

Author(s)

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

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

## Not run: 
# Functions applied by directly type the names of objects.

## End(Not run)

snoweye/MixSim documentation built on Sept. 12, 2023, 4:58 a.m.