Hello, If you fit multiple models within one PROC FMM call by using the KMIN= and KMAX= options, the procedure will use the BIC (smaller values are better) to choose the model with the best fit. You can use the CRITERION= option to the PROC FMM statement to specify a different model selection criterion (AIC, AICC, etc). If you fit several models in different PROC FMM invocations, you can compare the criterion values in the separate "Fit Statistics" tables to choose a best model.
... View more