dlinzer / poLCA

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

Bug fix on poLCA.entropy.R: number of categories on each variables no… #1

Closed clbustos closed 8 years ago

clbustos commented 8 years ago

Bug fix: current version crash when variables have different number of categories. expand.grid accept a list, so isn't necessary to use data.frame(sapply)), because lapply is enough

clbustos commented 8 years ago

I found a typo on the docs of poLCA. Nothing serious, but my OCD is killing me.