dlinzer / poLCA

Polytomous Variable Latent Class Analysis (R package)
https://dlinzer.github.io/poLCA/
48 stars 17 forks source link

Added different entropy calculations #21

Open matt5mitchell opened 3 years ago

matt5mitchell commented 3 years ago

Added new "type" argument, allowing users to select either the "classic" poLCA entropy statistic or the statistics calculated by Mplus or LatentGold. LatentGold actually has two entropy statistics: a basic entropy calculation and an entropy-based R-squared statistic.

This update defaults to the "classic" poLCA calculation, so it won't break old code.