Package: em
Title: Generic EM Algorithm
Version: 1.0.0
Authors@R: 
    person(given = "Dongjie",
           family = "Wu",
           role = c("aut", "cre", "cph"),
           email = "dwu.jacob@gmail.com",
           comment = c(ORCID = "0000-0002-4490-8657"))
Description: A generic function for running the Expectation-Maximization (EM) algorithm
  within a maximum likelihood framework, based on Dempster, Laird, and Rubin (1977) <doi:10.1111/j.2517-6161.1977.tb01600.x>
  is implemented. It can be applied after a model fitting using R's existing functions and packages.
URL: https://github.com/wudongjie/em
License: GPL (>= 3)
Encoding: UTF-8
SystemRequirements: C++11
BugReports: https://github.com/wudongjie/em/issues
NeedsCompilation: yes
Depends: R (>= 3.0.0)
Imports: stats, utils, survival, plm, methods, mclust, dplyr, numDeriv,
        nnet, magrittr
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat (>= 3.0.0), parallel, fitdistrplus, gnm
Config/testthat/edition: 3
RoxygenNote: 7.2.3
LazyData: true
Packaged: 2023-01-09 23:27:09 UTC; eastm
Author: Dongjie Wu [aut, cre, cph] (<https://orcid.org/0000-0002-4490-8657>)
Maintainer: Dongjie Wu <dwu.jacob@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-11 06:20:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 04:07:24 UTC; windows
Archs: x64
