print.enpls.od: Print enpls.od Object

Description Usage Arguments Author(s) See Also Examples

View source: R/print.enpls.R

Description

Print enpls.od object.

Usage

1
2
## S3 method for class 'enpls.od'
print(x, ...)

Arguments

x

An object of class enpls.od.

...

Additional parameters for print.

Author(s)

Nan Xiao <https://nanx.me>

See Also

See enpls.od for outlier detection with ensemble partial least squares regressions.

Examples

1
2
3
4
5
6
7
data("alkanes")
x <- alkanes$x
y <- alkanes$y

set.seed(42)
od <- enpls.od(x, y, reptimes = 40)
od

road2stat/enpls documentation built on Dec. 30, 2021, 2:20 a.m.