print.cv.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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.