plotSelectivityRatio.pls | R Documentation |
Computes and shows a plot for Selectivity ratio values for given number of components and response variable
## S3 method for class 'pls'
plotSelectivityRatio(obj, ny = 1, ncomp = obj$ncomp.selected, type = "l", ...)
obj |
a PLS model (object of class |
ny |
which response to plot the values for (if y is multivariate), can be a vector. |
ncomp |
number of components to count |
type |
type of the plot |
... |
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.