print.vsel {projpred}R Documentation

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 class 'vsel'
print(x, ...)

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()).

Value

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


[Package projpred version 2.1.2 Index]