powered by
summary.big_plsr
Print a summary.big_plsr object
# S3 method for summary.big_plsr print(x, ...)
x, invisibly.
x
A summary.big_plsr object.
Passed to lower-level print methods.
set.seed(123) X <- matrix(rnorm(40), nrow = 10) y <- X[, 1] - 0.5 * X[, 2] + rnorm(10, sd = 0.1) fit <- pls_fit(X, y, ncomp = 2, scores = "r") print(summary(fit))
Run the code above in your browser using DataLab