NEWS | R Documentation |
Bug fix: incorrectly placed bracket on the C++ part of the ridgeGGMmixture
-function assigned to its proper spot.
Extra input check in the ridgePgen.kCV.groups
-function.
Citations updated.
To fix a note of CRAN's check results the rags2ridges
- and ragt2ridges
-packages are added to Suggests
in the Description
-file.
Input checks are now performed by means the inherits
-function instead of the class
-function.
Functionality of the ridgeGLM
and optPenaltyGLM.kCVauto
expanded. Among others, unpenalized covariates may now be supplied and a generalized penalty matrix provided.
Bug fix: correct stopping criterion for the IRLS algorithm of the penalized ridge logistic regression estimator.
Citations updated.
Faster implementation of the functions for target and multi-targeted ridge estimation of the GLM offered.
Reference added to the Description-file.
Functions for target and multi-targeted ridge estimation of the GLM added.
Corrected DOIs in the Description field.
Restructuring of R and C++ files into modules.
Novel module added.
Some layout polish in the manual.
Modification of C++ code related to the ridgePrepEdiag
- and optPenaltyPrepEdiag
-functions. In case of an unbalanced design the initialization of EM algorithm no longer yields negative definite precisiom matrices.
Modification of input checks to meet CRAN's best practice.
Removed an accidently inserted section in the manual of the optPenaltyGGMmixture.kCVauto
-function.
The unnecessary dependency on the rags2ridges
-packages has been removed.
Release of the Urfassung.