print.object | R Documentation |
A MixSim
and MixGOM
classes are declared, and these are functions
to print and summarize objects.
## S3 method for class 'MixSim'
print(x, ...)
## S3 method for class 'MixSim'
summary(object, ...)
## S3 method for class 'MixGOM'
print(x, ...)
x |
an object with the 'MixSim' (or 'MixGOM') class attributes. |
object |
an object with the 'MixSim' (or 'MixGOM') class attributes. |
... |
other possible options. |
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.
The results will cat or print on the STDOUT by default.
Volodymyr Melnykov, Wei-Chen Chen, and Ranjan Maitra.
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.
MixSim
.
## Not run:
# Functions applied by directly type the names of objects.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.