powered by
Print coefficients of each model in the enspls.fit object.
# S3 method for enspls.fit print(x, ...)
An object of class enspls.fit.
enspls.fit
Additional parameters for print.
print
See enspls.fit for fitting ensemble sparse partial least squares regression models.
# NOT RUN { data("logd1k") x <- logd1k$x y <- logd1k$y set.seed(42) fit <- enspls.fit( x, y, reptimes = 5, maxcomp = 3, alpha = c(0.3, 0.6, 0.9) ) print(fit) # }
Run the code above in your browser using DataLab