powered by
In a Poisson mixture model, we can build 4 models:
The proportions can be equal or free
The means can be equal, free or proportional for all the variables
clusterPoissonNames(prop = "all", mean = "all")clusterValidPoissonNames(names)
clusterValidPoissonNames(names)
A vector of character with the model names.
A character string equal to "equal", "free" or "all". Default is "all".
A character string equal to "equal", "free", "proportional or "all". Default is "all".
a vector of character
The model names are summarized in the following array:
clusterPoissonNames() clusterPoissonNames("all", "proportional") # same as c( "poisson_pk_ljlk", "poisson_p_ljlk")
Run the code above in your browser using DataLab