Learn R Programming

projpred (version 2.4.0)

print.vselsummary: 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 vselsummary
print(x, digits = 1, ...)

Value

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

Arguments

x

An object of class vselsummary.

digits

Number of decimal places to be reported.

...

Currently ignored.