Description Usage Arguments Value Author(s) References
View source: R/bic.select.best.mode.R
Select optimal number of mixture components by adding components until the increase in objective function is below threshold.
1 | bic.select.best.mode(x, max.modes = 1, bic.threshold = 1, min.modes = 1)
|
x |
dat vector (for univariate analysis) or a matrix (for multivariate analysis) |
max.modes |
Maximum number of modes to be checked for mixture model selection |
bic.threshold |
BIC threshold which needs to be exceeded before a new mode is added to the mixture. |
min.modes |
Optional. Minimum number of modes. |
Fitted latent class model (parameters and free energy)
Contact: Leo Lahti leo.lahti@iki.fi
See citation('netresponse')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.