Learn R Programming

enpls (version 6.1)

print.cv.enpls: Print cv.enpls Object

Description

Print cv.enpls object.

Usage

# S3 method for cv.enpls
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
# NOT RUN {
data("alkanes")
x <- alkanes$x
y <- alkanes$y

set.seed(42)
cvfit <- cv.enpls(x, y, reptimes = 10)
cvfit
# }

Run the code above in your browser using DataLab