plot.GEMpls {gemR} | R Documentation |
Plot function and extraction method for GEM-based PLS
Description
Plot function and extraction method for GEM-based PLS
Usage
## 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, ...)
Arguments
x , object |
|
y |
Not used |
ylab |
|
xlab |
|
main |
|
... |
additional arguments for |
Value
A plot of the PLS model's cross-validated accuracy or the Shaving results if available.
See Also
pls
has examples of how to use this function.
[Package gemR version 1.2.1 Index]