| plotVIPScores.pls | R Documentation |
Shows a plot with VIP scores values for given number of components and response variable
## S3 method for class 'pls'
plotVIPScores(
obj,
ny = 1,
ncomp = obj$ncomp.selected,
type = "l",
vip.type = "individual",
...
)
obj |
a PLS model (object of class |
ny |
which response to plot the values for (if y is multivariate), can be a vector.
Ignored when |
ncomp |
number of components to show |
type |
type of the plot |
vip.type |
type of VIP scores: |
... |
other plot parameters (see |
See vipscores for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.