Class for results of cva.aglm()
models_listA list consists of cv.glmnet()'s results for all α values.
alphaSame as in cv.aglm.
nfoldsSame as in cv.aglm.
alpha.min.indexThe index of alpha.min in the vector alpha.
alpha.minThe α value achieving the minimum loss among all the values of alpha.
lambda.minThe λ value achieving the minimum loss when α is equal to alpha.min.
callAn object of class call, corresponding to the function call when this CVA_AccurateGLM object is created.
Kenji Kondo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.