Learn R Programming

dmbc (version 1.0.3)

dmbc_fit_list-class: 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.

Arguments

Slots

results

An object of class list; list of dmbc_fit objects 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

Run this code
showClass("dmbc_fit_list")

Run the code above in your browser using DataLab