View source: R/bic.mixture.multivariate.R
bic.mixture.multivariate | R Documentation |
Latent class analysis based on (infinite) Gaussian mixture model. If the input (dat) is data matrix, a multivariate model is fitted.
bic.mixture.multivariate(x, max.modes, bic.threshold = 0, min.modes = 1, ...)
x |
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 |
Minimum number of modes to be checked for mixture model selection |
... |
Further optional arguments to be passed |
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.