selectEM
The function prints the result of mixture model selection.
# S3 method for selectEM
print(x, ...)
an object of class selectEM
other arguments passed to print
The function print.selectEM
is the print method for the class selectEM
, which is the output
of the function select
. It prints a data frame which contains the following information of each
candidate mixture models: the number of components, whether the variance is the same for each component
in a mixture model (only for normal), the value of BIC, and an indicator of the best model.
select