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
(
or
penalty levels) for which each cross-validation has been performed.
lambda2
:vector (or scalar) of
-penalty levels for which each cross-validation has been performed.
lambda1.min
:level of
that minimizes the error estimated by cross-validation.
lambda1.1se
:largest level of
such as the cross-validated error is within 1 standard error of the minimum.
lambda2.min
:level of
that 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
lambda1
andlambda2
.folds
:list of
K
vectors indicating the folds used for cross-validation.beta.min
:the vector of parameters obtained by fitting the problem on the full data set
x
andy
withlambda1.min
andlambda2.min
penalties.beta.1se
:the vector of parameters obtained by fitting the problem on the full data set
x
andy
withlambda1.1se
andlambda2.min
penalties.
The specific plot,cvpen-method
method is documented.
See Also
See also plot,cvpen-method
and
crossval
.