cv.sglpath {midasml} | R Documentation |
Sorts cross-validation output
Description
Computes cvm
and cvsd
based on cross-validation fit.
Usage
cv.sglpath(outlist, lambda, x, y, foldid, ...)
Arguments
outlist |
list of cross-validation fits. |
lambda |
a sequence of |
x |
regressors |
y |
response |
foldid |
the fold assignment. |
... |
other arguments passed to |
Value
cvm
and cvsd
.
[Package midasml version 0.1.10 Index]