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