summary.cv.grpreg produces an object with S3 class
"summary.cv.grpreg". The class has its own print method and
contains the following list elements:
penaltyThe penalty used by grpreg.
modelEither "linear" or "logistic", depending on
the family option in grpreg.
nNumber of observations
pNumber of regression coefficients (not including the
intercept).
minThe index of lambda with the smallest
cross-validation error.
lambdaThe sequence of lambda values used by
cv.grpreg.
cveCross-validation error (deviance).
r.squaredProportion of variance explained by the model, as
estimated by cross-validation.
snrSignal to noise ratio, as estimated by cross-validation.
sigmaFor linear regression models, the scale parameter
estimate.
peFor logistic regression models, the prediction error
(misclassification error).