Latent Class

Latent Class Analysis(潜在クラス分析)についてのメモ.

Rのpackageについては

http://cran.r-project.org/web/packages/

を参照.

潜在クラス分析を行う上でのパッケージは以下の通り.

library(e1071)

http://cran.r-project.org/web/packages/e1071/index.html

library(poLCA)

http://cran.r-project.org/web/packages/poLCA/index.html

library(randomLCA)

http://cran.r-project.org/web/packages/randomLCA/index.html

library(mmlcr)

http://cran.r-project.org/web/packages/mmlcr/index.html