print.enpls.od: Print enpls.od Object

View source: R/print.enpls.R

print.enpls.odR Documentation

Print enpls.od Object

Description

Print enpls.od object.

Usage

## 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

data("alkanes")
x <- alkanes$x
y <- alkanes$y

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

enpls documentation built on Aug. 8, 2025, 6:47 p.m.