Learn R Programming

aglm (version 0.4.1)

CVA_AccurateGLM-class: Class for results of cva.aglm()

Description

Class for results of cva.aglm()

Arguments

Slots

models_list

A list consists of cv.glmnet()'s results for all \(\alpha\) values.

alpha

Same as in cv.aglm.

nfolds

Same as in cv.aglm.

alpha.min.index

The index of alpha.min in the vector alpha.

alpha.min

The \(\alpha\) value achieving the minimum loss among all the values of alpha.

lambda.min

The \(\lambda\) value achieving the minimum loss when \(\alpha\) is equal to alpha.min.

call

An object of class call, corresponding to the function call when this CVA_AccurateGLM object is created.

Author

Kenji Kondo