residuals.asm | R Documentation |
asm
regression modelOutputs the residuals (on the training data) from a fitted asm
regression
model
## S3 method for class 'asm'
residuals(object, ...)
object |
asm object |
... |
additional arguments to ensure compatibility with the generic function residuals() |
vector of residuals from the asm
regression model
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
residuals(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.