mvnmle
is to find the Maximum Likelihood (ML) Estimate
of the mean vector and variance-covariance matrix for multivariate
normal data with missing values.
You can install the released version of mvnmle
from CRAN
with:
install.packages("mvnmle")
and also, you can install the development version of
mvnmle
like so from GitHub:
require("remotes")
::install_github("indenkun/mvnmle") remotes
This mvnmle
package was taken over from a package
maintainer that was ORPHANED and re-submitted to conform to the current
CRAN policy.
The basic code is the same as in the previous 0.1-11.1 versions.
Kevin Gross, the previous package maintainer and author, has given me permission to change the maintainer.
The specific changes are as follows:
::
.<-
and =
.The following changes are in response to a request from CRAN:
Authors@R
field.No additional functionality will be added in the future. The goal is to maintain the package according to CRAN policies with the original code will work.
GPL (>= 2)