print.enpls.en: Print Fitted Ensemble Partial Least Squares Object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/print.R

Description

This function prints coefficients of each model in the enpls.en object.

Usage

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

Arguments

x

An object of class enpls.en.

...

Other parameters to be passed on to print.

Details

This function prints coefficients of each model in the enpls.en object.

Author(s)

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

See Also

See enpls.en for performing ensemble PLS regression.

Examples

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

set.seed(42)
enpls.fit = enpls.en(x, y, MCtimes = 10)
print(enpls.fit)

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