I am using the pls
package and the documentation is great and easy to follow, but everything is referred to and plotted in terms of "components", which are numbered. How do I know which predictor variables "components" 1-n refer to? It looks like my best model will include 6 components and I am really curious what these are.
My model is fit like this:
mod1<-plsr(response ~ ., validation = "LOO", data=df)