plot.GEMpls | R Documentation |
Plot function and extraction method for GEM-based PLS
## S3 method for class 'GEMpls'
plot(x, y, ylab = "error", xlab = "nvar", main = "Shaving", ...)
## S3 method for class 'GEMpls'
print(x, ...)
## S3 method for class 'GEMpls'
summary(object, ...)
scores(object, ...)
scoreplot(object, ...)
loadings(object, ...)
loadingplot(object, ...)
corrplot(object, ...)
R2(object, ...)
mvrValstats(object, ...)
explvar(object, ...)
x , object |
|
y |
Not used |
ylab |
|
xlab |
|
main |
|
... |
additional arguments for |
A plot of the PLS model's cross-validated accuracy or the Shaving results if available.
pls
has examples of how to use this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.