print.summary.cv.plasso {plasso}R Documentation

Print summary of (Post-) Lasso model

Description

Prints summary information of cv.plasso object

Usage

## S3 method for class 'summary.cv.plasso'
print(x, ..., digits = max(3L, getOption("digits") - 3L))

Arguments

x

Summary of plasso object (either of class summary.cv.plasso or summary)

...

Pass generic R print options

digits

Integer, used for number formatting

Value

Prints information from summary.cv.plasso object into console.


[Package plasso version 0.1.2 Index]