Learn R Programming

projpred (version 2.4.0)

print.vsel: Print results (summary) of variable selection

Description

This is the print() method for vsel objects (returned by varsel() or cv_varsel()). It displays a summary of the results of the projection predictive variable selection by first calling summary.vsel() and then print.vselsummary().

Usage

# S3 method for vsel
print(x, ...)

Value

The output of summary.vsel() (invisible).

Arguments

x

An object of class vsel (returned by varsel() or cv_varsel()).

...

Further arguments passed to summary.vsel() (apart from argument digits which is passed to print.vselsummary()).