print.cv.enspls | R Documentation |
Print cv.enspls object.
## S3 method for class 'cv.enspls'
print(x, ...)
x |
An object of class |
... |
Additional parameters for |
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
## Not run:
data("logd1k")
x <- logd1k$x
y <- logd1k$y
set.seed(42)
cvfit <- cv.enspls(x, y, reptimes = 10)
print(cvfit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.