powered by
selection
"print"(x = model, ...)
seconds=TRUE
library(FWDselect) data(diabetes) x = diabetes[ ,2:11] y = diabetes[ ,1] obj1 = selection(x, y, q = 1, method = "lm", criterion = "variance", cluster = FALSE) obj1
Run the code above in your browser using DataLab