Creates a list length J of category proportion for each cluster.
create.prop(
J = J,
q.vec = q.vec,
Ktrue = Ktrue,
strongprop = 0.8,
which.noise = NULL
)Returns a list length J, each of which is a (Ktrue x qj) matrix giving the proportion for each qj category in each Ktrue cluster.
The number of active variable.!!!
A vector of length J giving the number of categories for each active variable.
The number of clusters in J active variables.
A numeric value giving the strongest proportion of categories (common for all J active variables).
A vector of length (<= J) giving the index of noise variables in J active variables. NULL indicating all variable is non-noise.