Learn R Programming

mdatools (version 0.7.0)

plotRegcoeffs.pls: Regression coefficient plot for PLS

Description

Shows plot with regression coefficient values for selected components.

Usage

"plotRegcoeffs"(obj, ncomp = NULL, ny = 1, main = NULL, ylab = NULL, show.ci = T, ...)

Arguments

obj
a PLS model (object of class pls)
ncomp
how many components to use (if NULL - user selected optimal value will be used)
ny
number of response variable to make the plot for (if y is multivariate)
main
main plot title
ylab
label for y axis
show.ci
logical, show or not confidence intervals if they are available
...
other plot parameters (see mdaplotg for details)

Details

See examples in help for pls function.