print.selectEM {mixR} | R Documentation |
Print Method for Class selectEM
Description
The function prints the result of mixture model selection.
Usage
## S3 method for class 'selectEM'
print(x, ...)
Arguments
x |
an object of class |
... |
other arguments passed to |
Details
The function print.selectEM
is the print method for the classselectEM, 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.
See Also
[Package mixR version 0.2.0 Index]