residuals.asm {asm}R Documentation

Residuals from an asm regression model

Description

Outputs the residuals (on the training data) from a fitted asm regression model

Usage

## S3 method for class 'asm'
residuals(object, ...)

Arguments

object

asm object

...

additional arguments to ensure compatibility with the generic function residuals()

Value

vector of residuals from the asm regression model

Examples

model = asm(mpg ~ cyl + hp + disp, data=mtcars)
residuals(model)


[Package asm version 0.2.0 Index]