Learn R Programming

dmbc (version 1.0.3)

dmbc_model-class: An S4 class to represent a DMBC model.

Description

An S4 class to represent a DMBC model.

Arguments

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

Run this code
showClass("dmbc_model")

Run the code above in your browser using DataLab