dmbc_fit_list-class {dmbc} | R Documentation |
An S4 class to represent the results of fitting DMBC model using multiple Markov Chain Monte Carlo chains.
results
An object of class list
; list of dmbc_fit
objects corresponding to the parallel MCMC chains simulated during the
estimation.
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>.
dmbc_fit
for more details on the components of each element of
the list.
showClass("dmbc_fit_list")