CVA_AccurateGLM-class {aglm} | R Documentation |
Class for results of cva.aglm()
Description
Class for results of cva.aglm()
Slots
models_list
A list consists of
cv.glmnet()
's results for allvalues.
alpha
Same as in cv.aglm.
nfolds
Same as in cv.aglm.
alpha.min.index
The index of
alpha.min
in the vectoralpha
.alpha.min
The
value achieving the minimum loss among all the values of
alpha
.lambda.min
The
value achieving the minimum loss when
is equal to
alpha.min
.call
An object of class
call
, corresponding to the function call when thisCVA_AccurateGLM
object is created.
Author(s)
Kenji Kondo
[Package aglm version 0.4.0 Index]