Shows a plot with T2 vs Q values for data objects.
# S3 method for ldecomp
plotResiduals(obj, ncomp = NULL, main = NULL,
xlab = "T2", ylab = "Squared residual distance (Q)", show.labels = F,
show.limits = T, ...)
object of ldecomp
class.
what number of components to show the plot for (if NULL, model selected value will be used).
main title for the plot
label for x axis
label for y axis
logical, show or not labels for the plot objects
logical, show or not lines for statistical limits of the residuals
most of graphical parameters from mdaplot
function can be used.