Learn R Programming

enpls (version 5.6)

print.cv.enpls: Print cv.enpls Object

Description

Print cv.enpls object.

Usage

"print"(x, ...)

Arguments

x
An object of class cv.enpls.
...
Additional parameters for print.

See Also

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

Examples

Run this code
data("alkanes")
x = alkanes$x
y = alkanes$y

set.seed(42)
cvfit = cv.enpls(x, y, reptimes = 10)
print(cvfit)

Run the code above in your browser using DataLab