I had done a LPA using tidyLPA on my first set of variables and it went well. However, when I ran it on the second set of variables, I encountered the following problem, so that I would like to ask this:
tidyLPA analysis using mclust:
Model Classes AIC BIC Entropy prob_min prob_max n_min n_max
1 3 2386.24 2485.04 0.89 0.84 0.98 0.07 0.82
2 3
3 3 2419.15 2587.11 0.94 0.80 0.99 0.02 0.89
6 3
BLRT_p
0.01
0.01
Warning messages:
1: Mclust could not estimate model 2 with 3 classes.
2: Mclust could not estimate model 6 with 3 classes.
3:
One or more analyses resulted in warnings! Examine these analyses carefully: model_2_class_3, model_6_class_3
Moreover, I also want to use the function calc_lrt() but I am not sure about the numbers of parameters in the models. I try to deduce them as follows. Are they correct?
- Number of parameters in Model 1 = Number of variables in the model
- Number of parameters in Model 2 = Number of variables x Number of variables
- Number of parameters in Model 3 = Number of variables x Number of profiles
- Number of parameters in Model 6 = Number of variables x Number of variables x Number of profiles