print.shrink {shrink} | R Documentation |
Print Method for Objects of Class shrink
Description
This class of objects is returned by the shrink
function. Objects of this
class have methods for the functions coef
, predict
, print
,
summary
, and vcov
.
Usage
## S3 method for class 'shrink'
print(x, ...)
Arguments
x |
object of class |
... |
further arguments. |
See Also
shrink
, coef.shrink
, predict.shrink
,
summary.shrink
, vcov.shrink
[Package shrink version 1.2.3 Index]