Learn R Programming

projpred (version 2.5.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, ...)

Value

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

Arguments

x

An object of class vselsummary.

...

Arguments passed to print.data.frame().