print.enet {elasticnet} | R Documentation |
Print method for enet objects
Description
Print out an enet fit.
Usage
## S3 method for class 'enet'
print(x, ...)
Arguments
x |
enet object |
... |
Additonal arguments for generic print. |
Value
NULL
Author(s)
Hui Zou and Trevor Hastie
References
Zou and Hastie (2005) "Regularization and Variable Selection via the Elastic Net" Journal of the Royal Statistical Society, Series B,67,301-320.
[Package elasticnet version 1.3 Index]