Description Usage Arguments Value Author(s)
View source: R/estimate-profiles-mclust.R
Estimates latent profiles (finite mixture models) using the open source
package mclust
.
1 | estimate_profiles_mclust(df, n_profiles, model_numbers, select_vars, ...)
|
df |
data.frame with two or more columns with continuous variables |
n_profiles |
Numeric vector. The number of profiles (or mixture components) to be estimated. Each number in the vector corresponds to an analysis with that many mixture components. |
model_numbers |
Numeric vector. Numbers of the models to be estimated.
See |
select_vars |
Character. Optional vector of variable names in |
... |
Parameters passed directly to |
An object of class 'tidyLPA' and 'list'
Caspar J. van Lissa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.