powered by
Print enpls.od object.
# S3 method for enpls.od print(x, ...)
An object of class enpls.od.
enpls.od
Additional parameters for print.
print
See enpls.od for outlier detection with ensemble partial least squares regressions.
# NOT RUN { data("alkanes") x <- alkanes$x y <- alkanes$y set.seed(42) od <- enpls.od(x, y, reptimes = 40) od # }
Run the code above in your browser using DataLab