Print Function for Elastic Net Summary
Function that prints the summary of a elastic_net object
## S3 method for class 'summary.elastic_net' print(x, ...)
x
: (summary.elastic_net
)
Summary of a elastic_net
object.
...
: Other arguments of print.
The summary of the object.
print(summary(elastic_net_fit_bin))
Useful links