print.cv.enpls {enpls} | R Documentation |
Print cv.enpls object.
## S3 method for class 'cv.enpls'
print(x, ...)
x |
An object of class |
... |
Additional parameters for |
Nan Xiao <https://nanx.me>
See cv.enpls
for cross-validation of ensemble
partial least squares regression models.
data("alkanes")
x <- alkanes$x
y <- alkanes$y
set.seed(42)
cvfit <- cv.enpls(x, y, reptimes = 10)
cvfit