print.tune.ahazpen {ahaz} | R Documentation |
Print a tune.ahazpen object
Description
Print method for tune.ahazpen
objects.
Usage
## S3 method for class 'tune.ahazpen'
print(x, digits=max(3, getOption("digits") - 3), ...)
Arguments
x |
The result of a call to |
digits |
Significant digits in printout. |
... |
Additional print arguments. |
Details
The call that produced x
is printed, alongside the number of
penalty parameters used, the value of the
optimal penalty and the number of non-zero regression coefficients at
the optimal penalty parameter.
See Also
ahazpen
, tune.ahazpen
, plot.tune.ahazpen
.
[Package ahaz version 1.15 Index]