Residuals from an asm
regression model
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)
Useful links