NEWS | R Documentation |
Updated citation information and manuscript.
Minor updates to documentation.
Patch due to changes in testthat and published manuscript.
Patch due to changes in RcppArmadillo. No visible user changes.
Hotfix due to failure of unit tests on sparc solaris. No visible user changes.
Added the GMCM package vignette. The article is to appear in the Journal of Statistical Software.
rtheta
has been updated substantially to allow for finer and
more explicit control if needed. Default is the old behavior.
Documentation has improved.
Fixed a small testing issue on CRAN for old R versions.
(Used anyNA
on R versions older than 3.1.0).
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.