powered by
In a Kernel mixture model, sssumptions on the proportions and standard deviations give rise to 4 models:
Proportions can be equal or free.
Standard deviations are equal or free for all clusters.
check if a vector of kernel mixture model (KMM) name is correct.
check if a vector of kernel name is correct.
kmmNames(prop = "all", sdBetweenCluster = "all")kmmValidModelNames(names)kmmValidKernelNames(names)
kmmValidModelNames(names)
kmmValidKernelNames(names)
A character string equal to "equal", "free" or "all". Default is "all".
a vector of character with the names to check
A vector of character with the model names.
TRUE if the names in the vector names are valid, FALSE otherwise.
The model names are summarized in the following array:
# NOT RUN { kmmNames() ## same as c("kmm_p_sk") kmmNames( prop = "equal", sdBetweenCluster= "free") # }
Run the code above in your browser using DataLab