print.qselection: Short 'qselection' summary

Description Usage Arguments Value Author(s) See Also Examples

Description

qselection summary

Usage

1
2
## S3 method for class 'qselection'
print(x = object, ...)

Arguments

x

qselection object.

...

Other options.

Value

The function returns a summary table with the subsets of size q, their information criterion values and the chosen variables for each one. Additionally, an asterisk is shown next to the size of subset which minimizes the information criterion.

Author(s)

Marta Sestelo, Nora M. Villanueva and Javier Roca-Pardinas.

See Also

selection.

Examples

1
2
3
4
5
6
library(FWDselect)
data(diabetes)
x = diabetes[ ,2:11]
y = diabetes[ ,1]
obj2 = qselection(x, y, qvector = c(1:9), method = "lm", criterion = "variance", cluster = FALSE)
obj2

FWDselect documentation built on May 2, 2019, 1:21 p.m.