View source: R/sfclust-methods.R
print.sfclust | R Documentation |
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.
## S3 method for class 'sfclust'
print(x, ...)
x |
An object of class 'sfclust'. |
... |
Additional arguments passed to |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.