powered by
Print cv.enspls object.
# S3 method for cv.enspls print(x, ...)
An object of class cv.enspls.
cv.enspls
Additional parameters for print.
print
Nan Xiao <https://nanx.me>
See cv.enspls for cross-validation of ensemble sparse partial least squares regression models.
# This example takes one minute to run if (FALSE) { data("logd1k") x <- logd1k$x y <- logd1k$y set.seed(42) cvfit <- cv.enspls(x, y, reptimes = 10) print(cvfit) }
Run the code above in your browser using DataLab