powered by
"plot"(x, criterion = c("quantile", "sd"), prob = 0.05, sdtimes = 3L, alpha = 1, main = NULL, ...)
enpls.od
"quantile"
"sd"
plot
data("alkanes") x = alkanes$x y = alkanes$y set.seed(42) od = enpls.od(x, y, reptimes = 50) plot(od, criterion = "quantile") plot(od, criterion = "sd")
Run the code above in your browser using DataLab