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
See cv.enspls for cross-validation of ensemble sparse partial least squares regression models.
# NOT RUN { # This example takes one minute to run # } # NOT RUN { 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