Learn R Programming

enpls (version 5.6)

print.enpls.od: Print enpls.od Object

Description

Print enpls.od object.

Usage

"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
data("alkanes")
x = alkanes$x
y = alkanes$y

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

Run the code above in your browser using DataLab