plot_alphas {nestedcv} | R Documentation |
Plot cross-validated glmnet alpha
Description
Plot of cross-validated glmnet alpha parameter against deviance for each outer CV fold.
Usage
plot_alphas(x, col = NULL, ...)
Arguments
x |
Fitted "nestcv.glmnet" object |
col |
Optional vector of line colours for each fold |
... |
other arguments passed to plot |
Value
No return value
Author(s)
Myles Lewis
See Also
[Package nestedcv version 0.7.9 Index]