dlinzer / poLCA

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

Fix for: Error in ginv(info) : could not find function "ginv" #17

Open Gootjes opened 5 years ago

Gootjes commented 5 years ago

Issue When using this package, I have to attach (library()) the MASS package (which contains the right ginv function presumably) in order to be able to run poLCA.

Solution Add MASS::ginv as a dependency