print.enpls.od | R Documentation |
Print enpls.od object.
## S3 method for class 'enpls.od'
print(x, ...)
x |
An object of class |
... |
Additional parameters for |
Nan Xiao <https://nanx.me>
See enpls.od
for outlier detection with
ensemble partial least squares regressions.
data("alkanes")
x <- alkanes$x
y <- alkanes$y
set.seed(42)
od <- enpls.od(x, y, reptimes = 40)
od
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.