View source: R/residuals.sma.R
residuals.sma | R Documentation |
Extracts the residuals of a (standardized) major axis fit.
## S3 method for class 'sma' residuals(object, ...)
object |
Object of class 'sma'. |
... |
Further arguments ignored. |
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.
A vector of residuals.
sma
, plot.sma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.