print.enpls.od: Print enpls.od Object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/print.R

Description

This function prints enpls.od object.

Usage

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

Arguments

x

An object of class enpls.od.

...

Other parameters to be passed on to print.

Details

This function prints enpls.od object.

Author(s)

Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <road2stat@gmail.com>

See Also

See enpls.od for outlier detection with ensemble PLS.

Examples

1
2
3
4
5
6
7
data(alkanes)
x = alkanes$x
y = alkanes$y

set.seed(42)
od = enpls.od(x, y, MCtimes = 100)
print(od)

wind22zhu/enpls1.2 documentation built on May 4, 2019, 6:31 a.m.