Shows plot with regression coefficient values for selected components.
# S3 method for pls
plotRegcoeffs(obj, ncomp = NULL, ...)
a PLS model (object of class pls
)
how many components to use (if NULL - user selected optimal value will be used)
other plot parameters (see mdaplotg
and plot.regcoeffs
for details)
See examples in help for pls
function.