AccurateGLM-class {aglm} | R Documentation |
Class for results of aglm()
and cv.aglm()
Description
Class for results of aglm()
and cv.aglm()
Slots
backend_models
The fitted backend
glmnet
model is stored.vars_info
A list, each of whose element is information of one variable.
lambda
Same as in the result of cv.glmnet.
cvm
Same as in the result of cv.glmnet.
cvsd
Same as in the result of cv.glmnet.
cvup
Same as in the result of cv.glmnet.
cvlo
Same as in the result of cv.glmnet.
nzero
Same as in the result of cv.glmnet.
name
Same as in the result of cv.glmnet.
lambda.min
Same as in the result of cv.glmnet.
lambda.1se
Same as in the result of cv.glmnet.
fit.preval
Same as in the result of cv.glmnet.
foldid
Same as in the result of cv.glmnet.
call
An object of class
call
, corresponding to the function call when thisAccurateGLM
object is created.
Author(s)
Kenji Kondo
[Package aglm version 0.4.0 Index]