https://github.com/cran/shrink
Raw File
Tip revision: bf05dd67944f5d9b94ffc2a5279f1f86069f0443 authored by Daniela Dunkler on 31 October 2023, 12:30:02 UTC
version 1.2.3
Tip revision: bf05dd6
DESCRIPTION
Package: shrink
Title: Global, Parameterwise and Joint Shrinkage Factor Estimation
Version: 1.2.3
Authors@R: c(person("Daniela", "Dunkler", email = "daniela.dunkler@meduniwien.ac.at", role = c("aut", "cre")),
    person("Georg", "Heinze", role = "aut"))
Description: The predictive value of a statistical model can often be improved
    by applying shrinkage methods. This can be achieved, e.g., by regularized
    regression or empirical Bayes approaches. Various types of shrinkage factors can
    also be estimated after a maximum likelihood. While global shrinkage modifies
    all regression coefficients by the same factor, parameterwise shrinkage factors
    differ between regression coefficients. With variables which are either highly
    correlated or associated with regard to contents, such as several columns of a
    design matrix describing a nonlinear effect, parameterwise shrinkage factors are
    not interpretable and a compromise between global and parameterwise shrinkage,
    termed 'joint shrinkage', is a useful extension. A computational shortcut to
    resampling-based shrinkage factor estimation based on DFBETA residuals can be
    applied. Global, parameterwise and joint shrinkage for models fitted by lm(),
    glm(), coxph(), or mfp() is available.
Depends: R (>= 3.2.2)
License: GPL-3
Imports: survival, MASS, rms, mfp
LazyData: true
Suggests: aod, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://github.com/biometrician/shrink
BugReports: https://github.com/biometrician/shrink/issues
NeedsCompilation: no
Packaged: 2023-10-31 12:12:55 UTC; Biometrician
Author: Daniela Dunkler [aut, cre],
  Georg Heinze [aut]
Maintainer: Daniela Dunkler <daniela.dunkler@meduniwien.ac.at>
Repository: CRAN
Date/Publication: 2023-10-31 12:30:02 UTC
back to top