print.AccurateGLM {aglm}R Documentation

Display textual information of the model

Description

Display textual information of the model

Usage

## S3 method for class 'AccurateGLM'
print(x, digits = max(3, getOption("digits") - 3), ...)

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

Value

No return value, called for side effects.

Author(s)

Kenji Kondo


[Package aglm version 0.4.0 Index]