powered by
"plot"(x, xlim = NULL, ylim = NULL, alpha = 0.8, main = NULL, ...)
cv.enpls
data("alkanes") x = alkanes$x y = alkanes$y set.seed(42) cvfit = cv.enpls(x, y, reptimes = 10) plot(cvfit)
Run the code above in your browser using DataLab