powered by
qselection
"plot"(x = object, y = NULL, ylab = NULL, ...)
selection
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) plot(obj2)
Run the code above in your browser using DataLab