Learn R Programming

biglasso (version 1.3-3)

summary.cv.biglasso: Summarizing inferences based on cross-validation

Description

Summary method for "cv.biglasso" objects

Usage

"summary"(object, ...)
"print"(x, digits, ...)

Arguments

object
A "cv.biglasso" object.
x
A "summary.cv.biglasso" object.
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.
...
Further arguments passed to or from other methods.

Value

summary.cv.biglasso produces an object with S3 class "summary.cv.biglasso" which inherits class "summary.cv.ncvreg". The class has its own print method and contains the following list elements:

See Also

biglasso, cv.biglasso, plot.cv.biglasso

Examples

Run this code
## See examples in "cv.biglasso" and "biglasso-package"

Run the code above in your browser using DataLab