print.cv.enspls {enpls}R Documentation

Print cv.enspls Object

Description

Print cv.enspls object.

Usage

## S3 method for class 'cv.enspls'
print(x, ...)

Arguments

x

An object of class cv.enspls.

...

Additional parameters for print.

Author(s)

Nan Xiao <https://nanx.me>

See Also

See cv.enspls for cross-validation of ensemble sparse partial least squares regression models.

Examples

# This example takes one minute to run
## Not run: 
data("logd1k")
x <- logd1k$x
y <- logd1k$y

set.seed(42)
cvfit <- cv.enspls(x, y, reptimes = 10)
print(cvfit)

## End(Not run)

[Package enpls version 6.1 Index]