| AccurateGLM-class {aglm} | R Documentation |
Class for results of aglm() and cv.aglm()
Description
Class for results of aglm() and cv.aglm()
Slots
backend_modelsThe fitted backend
glmnetmodel is stored.vars_infoA list, each of whose element is information of one variable.
lambdaSame as in the result of cv.glmnet.
cvmSame as in the result of cv.glmnet.
cvsdSame as in the result of cv.glmnet.
cvupSame as in the result of cv.glmnet.
cvloSame as in the result of cv.glmnet.
nzeroSame as in the result of cv.glmnet.
nameSame as in the result of cv.glmnet.
lambda.minSame as in the result of cv.glmnet.
lambda.1seSame as in the result of cv.glmnet.
fit.prevalSame as in the result of cv.glmnet.
foldidSame as in the result of cv.glmnet.
callAn object of class
call, corresponding to the function call when thisAccurateGLMobject is created.
Author(s)
Kenji Kondo
[Package aglm version 0.4.0 Index]