print.bbm.object {BayesBinMix} | R Documentation |
Print function
Description
This function prints a summary of objects returned by the coupledMetropolis
function.
Usage
## S3 method for class 'bbm.object'
print(x, printSubset, ...)
Arguments
x |
An object of class |
printSubset |
Logical indicating whether to print the header or the whole matrix of estimates. Default value: TRUE. |
... |
ignored. |
Details
The function prints the estimated distribution of the number of clusters, the estimated number of observations assigned to each cluster after post-processing the output with three label switching algorithms, as well as the header of the posterior mean estimates of \theta_{kj}
(probability of success for cluster k
and feature j
) (conditionally on the most probable number of clusters).
Author(s)
Panagiotis Papastamoulis
[Package BayesBinMix version 1.4.1 Index]