Description Usage Arguments Details Value Examples
View source: R/ClusterModelNames.R
In a Categorical mixture model, we can build 4 models:
The proportions can be equal or free.
The probabilities can be equal or free for all the variables.
| 1 2 3 | clusterCategoricalNames(prop = "all", probabilities = "all")
clusterValidCategoricalNames(names)
 | 
| prop | A character string equal to "equal", "free" or "all". Default is "all". | 
| probabilities | A character string equal to "equal", "free" or "all". Default is "all". | 
| names | a vector of character | 
The model names are summarized in the following array:
| Model Name | Proportions | Probabilities between variables | 
| categorical_p_pjk | Equal | Free | 
| categorical_p_pk | Equal | Equal | 
| categorical_pk_pjk | Free | Free | 
| categorical_pk_pk | Free | Equal | 
A vector of character with the model names.
| 1 2 | clusterCategoricalNames()
clusterCategoricalNames("all", "equal") # same as c( "categorical_pk_pk", "categorical_p_pk")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.