powered by
"print"(x, sort = TRUE, nvar = NULL, ...)
enpls.fs
sort = FALSE
print
data("alkanes") x = alkanes$x y = alkanes$y set.seed(42) fs = enpls.fs(x, y, reptimes = 100) print(fs) print(fs, nvar = 10L)
Run the code above in your browser using DataLab