Extracts the residuals of a (standardized) major axis fit.
# S3 method for class 'sma'
residuals(object, ...)A vector of residuals.
Residuals are calculated as y-bx-a for each group. These values are useful in assumption checking, especially in constructing residual vs fitted value plots.