print.vselsummary {projpred}R Documentation

Print summary of variable selection

Description

This is the print() method for summary objects created by summary.vsel(). It displays a summary of the results of the projection predictive variable selection.

Usage

## S3 method for class 'vselsummary'
print(x, digits = 1, ...)

Arguments

x

An object of class vselsummary.

digits

Number of decimal places to be reported.

...

Currently ignored.

Value

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


[Package projpred version 2.1.2 Index]