| LcaFit-class {greed} | R Documentation |
Latent Class Analysis fit results class
Description
An S4 class to represent a fit of a Latent Class Analysis model
for categorical data clustering, extend IclFit-class. The
original data must be an n x p matrix where p is the number of variables
and each variable is encoded as a factor (integer-valued).
Slots
modela
Lca-classobject to store the model fittednamegenerative model name
iclicl value of the fitted model
Knumber of extracted clusters over row and columns
cla numeric vector with cluster indexes
obs_statsa list with the following elements:
counts: numeric vector of size K with number of elements in each clusters
-
x_counts: matrix of size K*D with the number of occurrences of each modality for each clusters
move_matbinary matrix which store move constraints
train_histdata.frame with training history information (details depends on the training procedure)