View source: R/print.selectEM.R
print.selectEM | R Documentation |
selectEM
The function prints the result of mixture model selection.
## S3 method for class 'selectEM'
print(x, ...)
x |
an object of class |
... |
other arguments passed to |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.