print.sfclust {sfclust} | R Documentation |
Print method for sfclust objects
Description
Prints details of an sfclust object, including the (i) within-cluster formula; (ii) hyperparameters used for the MCMC sample such as the number of clusters penalty (q) and the movement probabilities (move_prob); (iii) the number of movement type dones during the MCMC sampling; and (iv) the log marginal likelihood of the model of the last clustering sample.
Usage
## S3 method for class 'sfclust'
print(x, ...)
Arguments
x |
An object of class 'sfclust'. |
... |
Additional arguments passed to |
Value
Invisibly returns the input sfclust
object x
. The function also
prints a summary of:
the within-cluster model formula,
clustering hyperparameters,
movement counts from the MCMC sampler,
and the log marginal likelihood of the selected sample.
[Package sfclust version 1.0.1 Index]