================================================================================ EMfit: An Infrastructure for Latent Variable Model Fitting using EM Algorithms ================================================================================ The package contains the boilerplate code for estimating latent variable models by maximum marginal likelihood using EM algorithms. The code is generic and thus not optimised for particular models. The package is available not (yet?) available from CRAN_ but only on GitHub_. If you have the package devtools_ installed, you can install the package by .. code-block:: r library(devtools) install_github("melff/EMfit/pkg") Documentation ============= .. toctree:: :titlesonly: :maxdepth: 1 EMfit/manual-pages EMfit/manual-index .. _CRAN: https://cran.r-project.org .. _GitHub: https://github.com/melff/EMfit .. _devtools: https://cran.r-project.org/package=devtools .. _githubinstall: https//cran.r-project.org/package=githubinstall