NEWS | R Documentation |
Fill
This NEWS.Rd file have been added!
The GMCM-package is now using the in-source documentation system roxygen2.
The EStep
has been implemented in
Rcpp
and thus GMCM now features a faster pseudo EM algorithm.
GMCM is no longer dependent on the mvtnorm package. GMCM now features faster simulation of data.
Functions rmvnormal
and dmvnormal
are now exported and
visible to the user. These are now both implemented in Rcpp
and are faster versions of rmvnorm
and
dmvnorm
from mvtnorm.
GMCM is now using testthat for automated testing. The automated test suite will further be expanded in the upcoming versions.
Internal functions are now correctly hidden using the internal keyword.
The order of function arguments verbose
and max.ite
in
fit.meta.GMCM
has been swapped to make it consistent with
fit.full.GMCM
. Apologies for any inconveniences.
get.idr
is no longer exported and visible to the user.
Use get.IDR
to get the local (posterior class probabilities)
and adjusted irreproducibility discovery rates (IDR).
pgmm_marginal
and other functions in src/GMCM.cpp
have
been rewritten to address memory issues. GMCM should now be more
stable and faster.