Learn R Programming

enpls (version 6.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.

See Also

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

Examples

Run this code
# NOT RUN {
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