print.AccurateGLM: Display textual information of the model
Description
Display textual information of the model
Usage
# S3 method for AccurateGLM
print(x, digits = max(3, getOption("digits") - 3), ...)
Value
No return value, called for side effects.
Arguments
- x
A model object obtained from aglm()
or cv.aglm()
.
- digits
Used to control significant digits in printout.
- ...
Other arguments are passed directly to print.glmnet()
.