dmbc_config class using new/initialize.Create an instance of the dmbc_config class using new/initialize.
# S4 method for dmbc_config
initialize(
.Object,
Z.est = array(),
Z.sd = array(),
cluster = numeric(),
est = character(),
n = numeric(),
S = numeric(),
p = numeric(),
G = numeric(),
family = character(),
chain = numeric(),
labels = character()
)Prototype object from the class dmbc_config.
An array containing the estimate of the latent configuration for a DMBC model.
An array containing the standard deviation of the latent configuration for a DMBC model.
A numeric vector providing the estimated group membership for the S subjects in the data.
A length-one character vector providing the estimate type
returned in Z.est. Possible values are mean (posterior
mean), median (posterior median), ml (maximum likelihood)
and map (maximum-a-posteriori).
A length-one numeric vector providing the number of objects.
A length-one numeric vector providing the number of subjects.
A length-one numeric vector providing the number of latent dimensions.
A length-one numeric vector providing the number of clusters.
An object of class list; named list with
elements representing the parameter estimates corresponding to different
values of p and G.
A length-one numeric vector representing the ID of the MCMC chain used to compute the estimates.
A character vector for the (optional) strings to use in the plots for labeling the objects.