print-vsel {projpred}R Documentation

Print methods for vsel/vsel objects

Description

The print methods for vsel/vsel objects created by varsel or cv_varsel) rely on summary.vsel to display a summary of the results of the projection predictive variable selection.

Usage

## S3 method for class 'vsel'
print(x, digits = 2, ...)

Arguments

x

An object of class vsel/vsel.

digits

Number of decimal places to be reported (2 by default).

...

Further arguments passed to summary.vsel.

Value

Returns invisibly the data frame produced by summary.vsel.


[Package projpred version 2.0.2 Index]