Learn R Programming

dmbc (version 0.4.0)

dmbc_logLik_rbmds: Log-likelihood for DMBC models.

Description

dmbc_logLik_rbmds() computes the log-likelihood value for a DMBC model.

Usage

dmbc_logLik_rbmds(D, Z, alpha)

Arguments

D

A list whose elements are the dissimilarity matrices corresponding to the judgments expressed by the S subjects/raters. These matrices must be defined as a dist object.

Z

A numeric matrix containing the latent configuration.

alpha

A numeric vector containing the alpha values.

Value

A length-one numeric vector of the log-likelihood value.

References

Venturini, S., Piccarreta, R. (2019), "A Bayesian Approach for Model-Based Clustering of Several Binary Dissimilarity Matrices: the dmbc Package in R", Technical report.

See Also

dmbc().