Learn R Programming

enpls (version 6.1.1)

print.enpls.od: Print enpls.od Object

Description

Print enpls.od object.

Usage

# S3 method for enpls.od
print(x, ...)

Arguments

x

An object of class enpls.od.

...

Additional parameters for print.

Author

Nan Xiao <https://nanx.me>

See Also

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

Examples

Run this code
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