print.selectEM: Print Method for Class 'selectEM'

Description Usage Arguments Details See Also

View source: R/print.selectEM.R

Description

The function prints the result of mixture model selection.

Usage

1
2
## S3 method for class 'selectEM'
print(x, ...)

Arguments

x

an object of class selectEM

...

other arguments passed to print

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

select


mixR documentation built on June 1, 2021, 5:07 p.m.