print.summary.elastic_net function

Print Function for Elastic Net Summary

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, ...)

Arguments

  • x: (summary.elastic_net)

    Summary of a elastic_net object.

  • ...: Other arguments of print.

Returns

The summary of the object.

Examples

print(summary(elastic_net_fit_bin))