dmbc_model-class {dmbc}R Documentation

An S4 class to represent a DMBC model.

Description

An S4 class to represent a DMBC model.

Slots

p

A length-one character vector representing the number of dimensions of the latent space to use in the MDS analysis.

G

A length-one numeric vector representing the number of clusters to partition the subjects into.

family

A length-one character vector representing the type of data to analyze. Currently, it accepts only the 'binomial' value, but future developments will include the possibility to analyze continuous, multinomial and count data.

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>.

Examples

showClass("dmbc_model")


[Package dmbc version 1.0.2 Index]