Sensitivity plot for classification model
Makes a plot with sensitivity values vs. model complexity (e.g. number of components)
## S3 method for class 'classmodel' plotSensitivity(obj, legend.position = "bottomright", ...)
obj
: classification model (object of class plsda
, simca
, etc.).legend.position
: position of the legend (as in mdaplotg
)....
: parameters for plotPerformance.classmodel
function.See examples in description of plsda
, simca
or simcam
.