| dmbc_fit_list-class {dmbc} | R Documentation |
An S4 class to represent the results of fitting DMBC model.
Description
An S4 class to represent the results of fitting DMBC model using multiple Markov Chain Monte Carlo chains.
Slots
resultsAn object of class
list; list ofdmbc_fitobjects corresponding to the parallel MCMC chains simulated during the estimation.
References
Venturini, S., Piccarreta, R. (2021), "A Bayesian Approach for Model-Based
Clustering of Several Binary Dissimilarity Matrices: the dmbc
Package in R", Journal of Statistical Software, 100, 16, 1–35, <10.18637/jss.v100.i16>.
See Also
dmbc_fit for more details on the components of each element of
the list.
Examples
showClass("dmbc_fit_list")
[Package dmbc version 1.0.2 Index]