https://github.com/cran/shrink
Raw File
Tip revision: 08b5ab1b4de9d9e30255c8ed47e18c7ecb2faf36 authored by Daniela Dunkler on 09 March 2016, 15:21:00 UTC
version 1.2.1
Tip revision: 08b5ab1
DESCRIPTION
Package: shrink
Title: Global, Parameterwise and Joint Shrinkage Factor Estimation
Version: 1.2.1
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-2
Imports: survival, MASS, rms, mfp
LazyData: true
Suggests: aod, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-09 09:27:15 UTC; Biometrician
Author: Daniela Dunkler [aut, cre],
  Georg Heinze [aut]
Maintainer: Daniela Dunkler <daniela.dunkler@meduniwien.ac.at>
Repository: CRAN
Date/Publication: 2016-03-09 15:21:00
back to top