https://github.com/cran/shrink
Raw File
Tip revision: cec87c14df8420d6810a750e3597365eef7e1f35 authored by Daniela Dunkler on 02 October 2014, 19:17:18 UTC
version 1.2.0
Tip revision: cec87c1
NAMESPACE
#### import other packages:
import(survival, MASS, rms)

#### export of public functions:
export(shrink)

#### definition of S3 methods:
S3method(coef,    shrink)
S3method(predict, shrink)
S3method(print,   shrink)
S3method(summary, shrink)
S3method(vcov,    shrink)
back to top