View source: R/summary-cv-biglasso.R
summary.cv.biglasso | R Documentation |
Summary method for cv.biglasso
objects.
## S3 method for class 'cv.biglasso'
summary(object, ...)
## S3 method for class 'summary.cv.biglasso'
print(x, digits, ...)
object |
A |
... |
Further arguments passed to or from other methods. |
x |
A |
digits |
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:
penalty |
The penalty used by |
model |
Either |
n |
Number of observations |
p |
Number of regression coefficients (not including the intercept). |
min |
The index of |
lambda |
The sequence of |
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). |
Yaohui Zeng and Patrick Breheny
biglasso()
, cv.biglasso()
, plot.cv.biglasso()
, biglasso-package
## See examples in "cv.biglasso" and "biglasso-package"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.