R/summary-cv-biglasso.R
summary.cv.biglasso.Rd
Summary method for cv.biglasso
objects.
A cv.biglasso
object.
Further arguments passed to or from other methods.
A "summary.cv.biglasso"
object.
Number of digits past the decimal point to print out. Can be a vector specifying different display digits for each of the five non-integer printed values.
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:
The penalty used by biglasso
.
Either "linear"
or "logistic"
, depending on the family
option in biglasso
.
Number of observations
Number of regression coefficients (not including the intercept).
The index of lambda
with the smallest cross-validation error.
The sequence of lambda
values used by cv.biglasso
.
Cross-validation error (deviance).
Proportion of variance explained by the model, as estimated by cross-validation.
Signal to noise ratio, as estimated by cross-validation.
For linear regression models, the scale parameter estimate.
For logistic regression models, the prediction error (misclassification error).
## See examples in "cv.biglasso" and "biglasso-package"