| cvpen-class {quadrupen} | R Documentation |
Class "cvpen"
Description
Class of object returned by a cross-validation performed through
the crossval method.
Slots
lambda1:vector of
\lambda_1(\ell_1or\ell_\inftypenalty levels) for which each cross-validation has been performed.lambda2:vector (or scalar) of
\ell_2-penalty levels for which each cross-validation has been performed.lambda1.min:level of
\lambda_1that minimizes the error estimated by cross-validation.lambda1.1se:largest level of
\lambda_1such as the cross-validated error is within 1 standard error of the minimum.lambda2.min:level of
\lambda_2that minimizes the error estimated by cross-validation.cv.error:a data frame containing the mean cross-validated error and its associated standard error for each values of
lambda1andlambda2.folds:list of
Kvectors indicating the folds used for cross-validation.beta.min:the vector of parameters obtained by fitting the problem on the full data set
xandywithlambda1.minandlambda2.minpenalties.beta.1se:the vector of parameters obtained by fitting the problem on the full data set
xandywithlambda1.1seandlambda2.minpenalties.
The specific plot,cvpen-method method is documented.
See Also
See also plot,cvpen-method and
crossval.