You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to report a bug in the readModels function. When an LTA model using imputed data is passed to it, it seems that the entropy is included in the "FINAL CLASS COUNTS AND PROPORTIONS FOR EACH LATENT CLASS VARIABLE BASED ON THEIR MOST LIKELY LATENT CLASS PATTERN" rather than in the position it should be.
Here is an LTA example with 2 classes in T1 (C1) and 3 classes in T2 (C2): example.txt
There is an erroneous row with an NA value in the class column, which should not be there. And the value 0.71100 in the proportion column is actually the entropy for the current model, I believe this may be the key reason why no entropy information is present in example[["summaries"]].
I hope this helps to identify and revise the potential error.
Thanks for your work!
Best,
Lin
The text was updated successfully, but these errors were encountered:
Hi,
I would like to report a bug in the
readModels
function. When an LTA model using imputed data is passed to it, it seems that the entropy is included in the "FINAL CLASS COUNTS AND PROPORTIONS FOR EACH LATENT CLASS VARIABLE BASED ON THEIR MOST LIKELY LATENT CLASS PATTERN" rather than in the position it should be.Here is an LTA example with 2 classes in T1 (C1) and 3 classes in T2 (C2):
example.txt
There is an erroneous row with an NA value in the class column, which should not be there. And the value 0.71100 in the proportion column is actually the entropy for the current model, I believe this may be the key reason why no entropy information is present in
example[["summaries"]]
.I hope this helps to identify and revise the potential error.
Thanks for your work!
Best,
Lin
The text was updated successfully, but these errors were encountered: