Summarizing inferences based on cross-validation
Source:R/summary-cv-biglasso.R
summary.cv.biglasso.RdSummary method for cv.biglasso objects.
Value
summary.cv.biglasso produces an object with S3 class
"summary.cv.biglasso". The class has its own print method and contains
the following list elements:
- penalty
The penalty used by
biglasso.- model
Either
"linear"or"logistic", depending on thefamilyoption inbiglasso.- n
Number of observations
- p
Number of regression coefficients (not including the intercept).
- min
The index of
lambdawith the smallest cross-validation error.- lambda
The sequence of
lambdavalues used bycv.biglasso.- cve
Cross-validation error (deviance).
- r.squared
Proportion of variance explained by the model, as estimated by cross-validation.
- snr
Signal to noise ratio, as estimated by cross-validation.
- sigma
For linear regression models, the scale parameter estimate.
- pe
For logistic regression models, the prediction error (misclassification error).