An S4 class to represent a Latent Class Analysis model Such model can be used to cluster a data.frame X with several columns of factors with the following generative model : [REMOVE_ME]π∼Dirichlet(α),[REMOVEME2]
These classes mainly store the prior parameters value (α,β) of this generative model. The Lca-class must be used when fitting a simple Latent Class Analysis whereas the LcaPrior-class must be used when fitting a CombinedModels-class.
class
LcaPrior(beta =1)Lca(alpha =1, beta =1)
Arguments
beta: Dirichlet prior parameter for all the categorical feature (default to 1)
alpha: Dirichlet prior parameter over the cluster proportions (default to 1)
Returns
a LcaPrior-class object
a Lca-class object
Description
An S4 class to represent a Latent Class Analysis model Such model can be used to cluster a data.frame X with several columns of factors with the following generative model :
These classes mainly store the prior parameters value (α,β) of this generative model. The Lca-class must be used when fitting a simple Latent Class Analysis whereas the LcaPrior-class must be used when fitting a CombinedModels-class.